aokolnychyi commented on a change in pull request #2500:
URL: https://github.com/apache/iceberg/pull/2500#discussion_r617854651
##########
File path: spark/src/main/java/org/apache/iceberg/spark/SparkWriteOptions.java
##########
@@ -47,4 +47,7 @@ private SparkWriteOptions() {
// Checks if input schema and table schema are same(default: true)
public static final String CHECK_ORDERING = "check-ordering";
+
+ // File scan task set ID that is being rewritten
+ public static final String REWRITTEN_FILE_SCAN_TASK_SET_ID =
"rewritten-file-scan-task-set-id";
Review comment:
Added a bit of context. The right place for the config is still to be
discussed.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]