shidayang commented on code in PR #6649:
URL: https://github.com/apache/paimon/pull/6649#discussion_r2567468799
##########
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:
> Maybe we should have a new bucketed append table mode here. Without
considering sequence and compaction. Just like normal Append tables.
good idea
--
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]