manuzhang commented on code in PR #15825:
URL: https://github.com/apache/iceberg/pull/15825#discussion_r3020173215


##########
core/src/main/java/org/apache/iceberg/TableProperties.java:
##########
@@ -346,6 +346,10 @@ private TableProperties() {}
   public static final String SPARK_WRITE_ACCEPT_ANY_SCHEMA = 
"write.spark.accept-any-schema";
   public static final boolean SPARK_WRITE_ACCEPT_ANY_SCHEMA_DEFAULT = false;
 
+  public static final String SPARK_WRITE_AUTO_SCHEMA_EVOLUTION =

Review Comment:
   It's a bit weird we have these Spark specific table properties in the core 
module. That could be a separate discussion and PR.



-- 
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]

Reply via email to