waltczhang commented on code in PR #7361:
URL: https://github.com/apache/iceberg/pull/7361#discussion_r1170995299
##########
core/src/main/java/org/apache/iceberg/actions/RewriteFileGroup.java:
##########
@@ -35,26 +35,32 @@
public class RewriteFileGroup {
private final FileGroupInfo info;
private final List<FileScanTask> fileScanTasks;
+ private boolean isFailed;
private Set<DataFile> addedFiles = Collections.emptySet();
- public RewriteFileGroup(FileGroupInfo info, List<FileScanTask>
fileScanTasks) {
+ public RewriteFileGroup(FileGroupInfo info, List<FileScanTask>
fileScanTasks, boolean isFailed) {
Review Comment:
It is better to set the default, thanks nastra.
--
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]