vbabenkoru commented on code in PR #9245:
URL: https://github.com/apache/paimon/pull/9245#discussion_r3801694911
##########
paimon-core/src/main/java/org/apache/paimon/iceberg/manifest/IcebergManifestList.java:
##########
@@ -69,9 +70,11 @@ public static IcebergManifestList create(FileStoreTable
table, IcebergPathFactor
+ "manifest_file_partitions:r508,"
+ "array_id_r508:508");
FileFormat fileFormat = FileFormat.fromIdentifier("avro", avroOptions);
+ boolean withFirstRowId =
Review Comment:
Technically this is correct, but #9244 never actually shipped as part of a
release yet, and creating writer fencing would be a new mechanism worthy of a
separate feature (which I think may be overkill), but open to doing this if you
think it's necessary.
--
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]