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

remove warnings about "Catalog identifiers" if one is not provided #1318

Closed
kevinjqliu opened this issue Nov 13, 2024 · 0 comments · Fixed by #1326
Closed

remove warnings about "Catalog identifiers" if one is not provided #1318

kevinjqliu opened this issue Nov 13, 2024 · 0 comments · Fixed by #1326

Comments

@kevinjqliu
Copy link
Contributor

Apache Iceberg version

None

Please describe the bug 🐞

Apache Iceberg version

None

Please describe the bug 🐞

From devlist, https://lists.apache.org/thread/lvtx80c2b47ckpfrylo4ot5o00nfb5r4

2. When performing a drop view operation, I get a deprecation warning for using catalog scoped identifiers, but I didn't supply one.  The message seems to be inconsistent as well.

$ c.drop_view('default.v1')
/private/tmp/pyiceberg/0.8.0rc1/pyiceberg-0.8.0/pyiceberg/utils/deprecated.py:35: DeprecationWarning: Call to identifier_to_tuple_without_catalog, deprecated in 0.8.0, will be removed in 0.9.0. Support for parsing catalog level identifier in Catalog identifiers is deprecated. Please refer to the table using only its namespace and its table name..
  _deprecation_warning(message)

This seems valid and we don't need to show the warning if a catalog-level identifier is not provided.

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 a pull request may close this issue.

1 participant