Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#480] test(lakehouse-iceberg): add hive catalog to IcebergRESTServiceIT #493

Merged
merged 7 commits into from
Oct 17, 2023
Merged

[#480] test(lakehouse-iceberg): add hive catalog to IcebergRESTServiceIT #493

merged 7 commits into from
Oct 17, 2023

Conversation

FANNG1
Copy link
Contributor

@FANNG1 FANNG1 commented Oct 11, 2023

What changes were proposed in this pull request?

add hive catalog to IcebergRESTServiceIT

  1. custom graviton config file with different Iceberg catalog types
  2. The hive catalog warehouse location is using localfs to bypass HDFS
  3. unify test namespace to iceberg_rest_ prefix, to drop all test namespace and tables before each test.

Why are the changes needed?

Part of: #480

Does this PR introduce any user-facing change?

No

How was this patch tested?

  1. existing UTs
  2. HiveCatalog UTs

@FANNG1 FANNG1 marked this pull request as draft October 11, 2023 11:43
@github-actions
Copy link

github-actions bot commented Oct 11, 2023

Code Coverage Report

Overall Project 62.16% 🟢

There is no coverage information present for the Files changed

@jerryshao
Copy link
Contributor

Is it still in draft?

@FANNG1 FANNG1 marked this pull request as ready for review October 12, 2023 07:53
@FANNG1
Copy link
Contributor Author

FANNG1 commented Oct 12, 2023

Is it still in draft?

it's ready to review now, some Jdbc configs are commented in this PR.

@jerryshao jerryshao changed the title [480] test(lakehouse-iceberg): add hive catalog to IcebergRESTServiceIT [#480] test(lakehouse-iceberg): add hive catalog to IcebergRESTServiceIT Oct 12, 2023
@jerryshao
Copy link
Contributor

I'm OK with the current code, just address some of the comments left by @yuqi1129

@jerryshao jerryshao merged commit 0611d8b into apache:main Oct 17, 2023
2 checks passed
@jerryshao
Copy link
Contributor

@sandflee Do you have other PRs for issue #480? like support JDBC catalog.

@FANNG1
Copy link
Contributor Author

FANNG1 commented Oct 17, 2023

@sandflee Do you have other PRs for issue #480? like support JDBC catalog.

yes, we could close #480 after Jdbc catalog is supported in IcebergRESTServiceIT

@jerryshao
Copy link
Contributor

Our dev process is that one issue relates to one PR. I would suggest modify #480 to reflect the work you done here in this PR. And create a new issue and PR to do JDBC support.

jerryshao pushed a commit that referenced this pull request Oct 26, 2023
…eIT (#493)

### What changes were proposed in this pull request?

add hive catalog to IcebergRESTServiceIT
1. custom graviton config file with different Iceberg catalog types
2. The hive catalog warehouse location is using localfs to bypass HDFS
3. unify test namespace to `iceberg_rest_` prefix, to drop all test
namespace and tables before each test.

### Why are the changes needed?


Part of: #480

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
1. existing UTs
4. HiveCatalog UTs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants