kevinjqliu opened a new issue, #1318: URL: https://github.com/apache/iceberg-python/issues/1318
### 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org