RussellSpitzer commented on code in PR #7153:
URL: https://github.com/apache/iceberg/pull/7153#discussion_r1147977972
##########
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkSessionCatalog.java:
##########
@@ -50,8 +53,8 @@
*
* @param <T> CatalogPlugin class to avoid casting to TableCatalog and
SupportsNamespaces.
*/
-public class SparkSessionCatalog<T extends TableCatalog & SupportsNamespaces>
extends BaseCatalog
- implements CatalogExtension {
+public class SparkSessionCatalog<T extends TableCatalog & FunctionCatalog &
SupportsNamespaces>
Review Comment:
Why is this changed? BaseCatalog Supports FunctionCatalog already
https://github.com/apache/iceberg/blob/aaa67d0797a59301a57c8603b8a22852e67e4f05/spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/BaseCatalog.java#L41
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]