nastra commented on code in PR #13607: URL: https://github.com/apache/iceberg/pull/13607#discussion_r2218767901
########## spark/v4.0/spark/src/test/java/org/apache/iceberg/spark/SparkCatalogConfig.java: ########## @@ -48,6 +48,11 @@ public enum SparkCatalogConfig { "cache-enabled", "false" // Spark will delete tables using v1, leaving the cache out of sync )), + /** + * @deprecated wll be removed in 2.0.0, use {@link SparkCatalogConfig#SPARK_SESSION} instead. + */ + @Deprecated Review Comment: this is test code, so there's no need to deprecate anything -- 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 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