pvary commented on code in PR #15663:
URL: https://github.com/apache/iceberg/pull/15663#discussion_r2946528282
##########
flink/v2.1/flink/src/main/java/org/apache/iceberg/flink/source/split/IcebergSourceSplit.java:
##########
@@ -159,6 +180,17 @@ private byte[] serialize(int version) throws IOException {
writeTaskJson(out, taskJson, version);
}
+ if (version >= 4) {
+ if (fileIO != null) {
+ out.writeBoolean(true);
Review Comment:
Why not just a specific length instead of an extra boolean?
Maybe -1 length for null?
--
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]