LsomeYeah commented on code in PR #5078:
URL: https://github.com/apache/paimon/pull/5078#discussion_r1955447545
##########
paimon-core/src/main/java/org/apache/paimon/iceberg/manifest/IcebergDataFileMeta.java:
##########
@@ -83,6 +83,9 @@ public static Content fromId(int id) {
private final InternalMap lowerBounds;
private final InternalMap upperBounds;
+ // only used for iceberg migrate
Review Comment:
Before migration, we do not check whether the Iceberg table has undergone
schema evolution. `schemaId` will be used in all cases for iceberg migration.
--
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]