nastra commented on code in PR #7936:
URL: https://github.com/apache/iceberg/pull/7936#discussion_r1245377049
##########
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:
nit: do we want to call this `offset` to align with how the field is named
in `SplitScanTask`?
--
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]