johnclara commented on a change in pull request #1739:
URL: https://github.com/apache/iceberg/pull/1739#discussion_r519229655
##########
File path: core/src/main/java/org/apache/iceberg/DataTableScan.java
##########
@@ -36,6 +37,7 @@
.build();
static final boolean PLAN_SCANS_WITH_WORKER_POOL =
SystemProperties.getBoolean(SystemProperties.SCAN_THREAD_POOL_ENABLED,
true);
+ public static final String DEDUPE_FILES_OPTION = "dedupe_files";
Review comment:
forgot to strip this too
----------------------------------------------------------------
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]