jackylee-ch commented on code in PR #15736: URL: https://github.com/apache/iceberg/pull/15736#discussion_r2993768435
########## docs/docs/spark-configuration.md: ########## @@ -112,6 +112,14 @@ Spark's built-in catalog supports existing v1 and v2 tables tracked in a Hive Me This configuration can use same Hive Metastore for both Iceberg and non-Iceberg tables. +`SparkSessionCatalog` is useful when you want `spark_catalog` to work with both Iceberg and non-Iceberg +tables in the same metastore. It is not a full replacement for a dedicated Iceberg catalog, though. +Spark before 4.2.0 does not support `V2Function` in the session catalog. See Review Comment: Here is the new screenshot <img width="782" height="332" alt="image" src="https://github.com/user-attachments/assets/85d98dd7-123b-42de-8450-da47ec4de043" /> -- 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]
