xx789633 commented on code in PR #1661: URL: https://github.com/apache/fluss/pull/1661#discussion_r2332446026
########## fluss-lake/fluss-lake-paimon/src/main/java/org/apache/fluss/lake/paimon/tiering/append/AppendOnlyWriter.java: ########## @@ -56,6 +60,11 @@ public void write(LogRecord record) throws Exception { // hacky, call internal method tableWrite.getWrite() to support // to write to given partition, otherwise, it'll always extract a partition from Paimon row // which may be costly - tableWrite.getWrite().write(partition, bucket, flussRecordAsPaimonRow); + int writtenBucket = bucket; + // if bucket-unaware mode, we have to use bucket = 0 to write to follow paimon best practice Review Comment: Is there a reference link for this best practice? -- 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: issues-unsubscr...@fluss.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org