You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Apache Iceberg version
None
Please describe the bug 🐞
Apache Iceberg version
None
Please describe the bug 🐞
From devlist, https://lists.apache.org/thread/lvtx80c2b47ckpfrylo4ot5o00nfb5r4
This seems valid and we don't need to show the warning if a catalog-level identifier is not provided.
The text was updated successfully, but these errors were encountered: