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

[#874] refactor(lakehouse-iceberg) improve IcebergRESTServiceIT #1143

Merged
merged 1 commit into from
Dec 14, 2023

Conversation

FANNG1
Copy link
Contributor

@FANNG1 FANNG1 commented Dec 13, 2023

What changes were proposed in this pull request?

  1. make getCatalogConfig abstract, Hive&Jdbc&Memory implement these interfaces.
  2. remove gravitino-docker-it tag from IcebergRESTServiceIT.

Why are the changes needed?

After #711, It takes too much time to test IcebergRESTServiceIT, there's no need to start the docker container for the memory catalog

Fix: #874

Does this PR introduce any user-facing change?

no

How was this patch tested?

existing UT

@FANNG1 FANNG1 requested a review from xunliu December 13, 2023 10:07
@FANNG1 FANNG1 changed the title [#874] refactor(lakehouse-iceberg) improve IcebergRESTServerIT [#874] refactor(lakehouse-iceberg) improve IcebergRESTServiceIT Dec 13, 2023
@FANNG1
Copy link
Contributor Author

FANNG1 commented Dec 14, 2023

@Clearvive @xunliu please help to review, thx

@jerryshao
Copy link
Contributor

LGTM, @FANNG1 can you please rebase the code with latest main branch.

@FANNG1
Copy link
Contributor Author

FANNG1 commented Dec 14, 2023

LGTM, @FANNG1 can you please rebase the code with latest main branch.

done

@jerryshao jerryshao merged commit df87087 into apache:main Dec 14, 2023
4 checks passed
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.

[Improvement] Adds the registerIcebergCatalogConfig abstract interface
2 participants