JingsongLi commented on code in PR #6556:
URL: https://github.com/apache/paimon/pull/6556#discussion_r2509097941
##########
paimon-core/src/main/java/org/apache/paimon/table/format/FormatDataSplit.java:
##########
@@ -29,26 +29,37 @@
/** {@link FormatDataSplit} for format table. */
public class FormatDataSplit implements Split {
- private static final long serialVersionUID = 1L;
+ private static final long serialVersionUID = 2L;
private final Path filePath;
+ private final long fileSize;
private final long offset;
private final long length;
Review Comment:
Please change to `@Nullable Long Length`
--
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]