rdblue commented on code in PR #6965:
URL: https://github.com/apache/iceberg/pull/6965#discussion_r1126885784
##########
spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkWriteOptions.java:
##########
@@ -77,4 +77,12 @@ private SparkWriteOptions() {}
// Isolation Level for DataFrame calls. Currently supported by
overwritePartitions
public static final String ISOLATION_LEVEL = "isolation-level";
+
+ /**
+ * Branch to write to.
+ *
+ * <p>Warning: this config should only be set by internal process at this
moment. Using this write
+ * option might cause unintended side effects and is blocked.
Review Comment:
I think we should just remove this.
--
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]