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


##########
core/src/main/java/org/apache/iceberg/FileScanTaskParser.java:
##########
@@ -33,6 +33,8 @@ public class FileScanTaskParser {
   private static final String SCHEMA = "schema";
   private static final String SPEC = "spec";
   private static final String DATA_FILE = "data-file";
+  private static final String START = "start";

Review Comment:
   I call it `start` to match the `FileScanTask/ContentScantask` method name.



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