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

Core: check catalog and schema for JdbcCatalog initialization #11864

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

Conversation

liangyouze
Copy link

Iceberg metadata table may not created automatically in some cases, see #11423 and #11862, In the semantics of JDBC, conn.getCatalog() and conn.getSchema() represent obtaining the catalog and schema of the current connection.I think this PR should be used to determine whether a table exists

@github-actions github-actions bot added the core label Dec 24, 2024
Copy link
Contributor

@ebyhr ebyhr left a comment

Choose a reason for hiding this comment

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

Did you confirm the existing PR #11427?

@liangyouze
Copy link
Author

Did you confirm the existing PR #11427?
#11427 mentioned using SQL to check whether a table exists, but it seems more appropriate to use JDBC's native semantic

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

Successfully merging this pull request may close these issues.

2 participants