manuzhang commented on code in PR #13607:
URL: https://github.com/apache/iceberg/pull/13607#discussion_r2219429737
##########
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:
Is it possible for downstream projects to use `SparkCatalogConfig`?
--
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]