stevenzwu commented on code in PR #4886:
URL: https://github.com/apache/iceberg/pull/4886#discussion_r884364054


##########
core/src/main/java/org/apache/iceberg/BaseScan.java:
##########
@@ -59,8 +59,8 @@ protected TableScanContext context() {
     return context;
   }
 
-  protected abstract T newRefinedScan(
-      TableOperations newOps, Table newTable, Schema newSchema, 
TableScanContext newContext);
+  protected abstract T newRefinedScan(TableOperations newOps, Table newTable, 
Schema newSchema,
+                                      TableScanContext newContext);

Review Comment:
   ok. will revert



-- 
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