shidayang commented on code in PR #6649:
URL: https://github.com/apache/paimon/pull/6649#discussion_r2567456548
##########
paimon-core/src/main/java/org/apache/paimon/operation/FileStoreCommitImpl.java:
##########
@@ -1284,8 +1283,7 @@ private long assignRowTrackingMeta(
checkArgument(
entry.file().fileSource().isPresent(),
"This is a bug, file source field for row-tracking table
must present.");
- if (entry.file().fileSource().get().equals(FileSource.APPEND)
Review Comment:
Because when performing compact in writer, the file will be rewritten by
compact before it is committed and the rowId is generated. This scenario will
result in the file generated by compact not having the rowid
--
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]