Guosmilesmile commented on code in PR #13669:
URL: https://github.com/apache/iceberg/pull/13669#discussion_r2230815396
##########
flink/v2.0/flink/src/main/java/org/apache/iceberg/flink/maintenance/operator/DataFileRewritePlanner.java:
##########
@@ -69,6 +72,27 @@ public DataFileRewritePlanner(
int newPartialProgressMaxCommits,
long maxRewriteBytes,
Map<String, String> rewriterOptions) {
+ this(
+ tableName,
+ taskName,
+ taskIndex,
+ tableLoader,
+ newPartialProgressMaxCommits,
+ maxRewriteBytes,
+ rewriterOptions,
+ Expressions.alwaysTrue());
+ }
+
+ public DataFileRewritePlanner(
Review Comment:
At first, I wanted to minimize the scope of changes, so I kept the old
constructor. Now it has been removed.
--
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]