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

Add create/drop dynamic catalog tests for lake connectors #24658

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anusudarsan
Copy link
Member

Description

Additional context and related issues

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text:

## Section
* Fix some things. ({issue}`issuenumber`)

@cla-bot cla-bot bot added the cla-signed label Jan 8, 2025
@anusudarsan anusudarsan requested a review from hashhar January 8, 2025 18:24
@github-actions github-actions bot added hudi Hudi connector iceberg Iceberg connector delta-lake Delta Lake connector hive Hive connector labels Jan 8, 2025
@anusudarsan anusudarsan force-pushed the anu/lakehouse-dynamic-catalogs-test branch from f2216a0 to 70943f9 Compare January 8, 2025 18:27
@anusudarsan anusudarsan force-pushed the anu/lakehouse-dynamic-catalogs-test branch 2 times, most recently from 24a62aa to ca1a537 Compare January 9, 2025 18:42
@anusudarsan anusudarsan force-pushed the anu/lakehouse-dynamic-catalogs-test branch from ca1a537 to ae769f7 Compare January 9, 2025 19:22
assertCatalogs("system", "delta", "hive", "tpch");
// re-add the same catalog
assertUpdate(createCatalogSql);
assertCatalogs("system", "delta", "hive", "tpch", catalog);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it going to be useful to issue a query since that would show any issues with "leftover state"? Or not really and it gets into resiliency/scale testing territory?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ya it gets into resiliency, but we can maybe do a show schemas or something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed delta-lake Delta Lake connector hive Hive connector hudi Hudi connector iceberg Iceberg connector
Development

Successfully merging this pull request may close these issues.

3 participants