pan3793 commented on code in PR #15736: URL: https://github.com/apache/iceberg/pull/15736#discussion_r2992182455
########## docs/docs/spark-queries.md: ########## @@ -51,6 +51,14 @@ writing filters that match Iceberg partition transforms. These functions are ava [Iceberg catalog](spark-configuration.md#catalog-configuration); they are not registered in Spark's built-in catalog. +!!! note + In Spark versions before 4.2.0, `SparkSessionCatalog` does not expose Iceberg's `system` + namespace (see SPARK-54760). Queries such as `SELECT spark_catalog.system.bucket(16, id)` Review Comment: @kevinjqliu ahh, it's true, users who are interested in this can follow the linked GitHub PR in the Jira ticket to find more info. BTW, there was a discussion in the Spark mailing list about migrating from Jira to GitHub Issues https://lists.apache.org/thread/tnhhys28btqmwfbccx7582095jotyh7c -- 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]
