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

[Managed Iceberg] refactor integration tests; make it easy to add a new catalog to test suite #33444

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ahmedabu98
Copy link
Contributor

@ahmedabu98 ahmedabu98 commented Dec 23, 2024

Taking care of some tech-debt in this PR.

Adding a top-level abstract test class that defines some integration tests for Managed Iceberg using a generic catalog.

To add a new catalog and run the integration tests against it, we'd just have to create a new subclass that extends the base class and implement code for the following:

  • creating the catalog
  • providing the Managed Iceberg config

and optionally, additional code for setup and cleanup.

See examples in HadoopCatalogIT and HiveCatalogIT for reference

Copy link
Contributor

Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment assign set of reviewers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant