nastra commented on code in PR #12892:
URL: https://github.com/apache/iceberg/pull/12892#discussion_r2685982103
##########
spark/v3.4/spark/src/test/java/org/apache/iceberg/spark/SparkCatalogConfig.java:
##########
@@ -61,7 +61,23 @@ public enum SparkCatalogConfig {
SPARK_SESSION_WITH_VIEWS(
"spark_catalog",
SparkSessionCatalog.class.getName(),
- ImmutableMap.of("type", "rest", "default-namespace", "default",
"cache-enabled", "false"));
+ ImmutableMap.of("type", "rest", "default-namespace", "default",
"cache-enabled", "false")),
+ SPARK_SESSION_WITH_UNIQUE_LOCATION(
Review Comment:
you might want to just apply the changes for Spark 4.1 in this PR and then
do a separate backport PR for older Spark versions in order to reduce overhead
when applying PR feedback and also reduce PR size
--
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]