rdblue commented on a change in pull request #3834:
URL: https://github.com/apache/iceberg/pull/3834#discussion_r805416217



##########
File path: core/src/main/java/org/apache/iceberg/io/BaseTaskWriter.java
##########
@@ -52,8 +52,9 @@
   private final FileIO io;
   private final long targetFileSize;
 
-  protected BaseTaskWriter(PartitionSpec spec, FileFormat format, 
FileAppenderFactory<T> appenderFactory,
-                           OutputFileFactory fileFactory, FileIO io, long 
targetFileSize) {
+  protected BaseTaskWriter(
+      PartitionSpec spec, FileFormat format, FileAppenderFactory<T> 
appenderFactory,
+      OutputFileFactory fileFactory, FileIO io, long targetFileSize) {

Review comment:
       These lines don't need to change. Can you revert 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]

Reply via email to