jianguotian commented on PR #9792:
URL: https://github.com/apache/paimon/pull/9792#issuecomment-5657724266

   Thanks @JingsongLi, addressed in `fb445e6ad1`:
   
   1. Removed `manifest-sort.bucket-first`; fixed-bucket tables now use 
bucket-first ordering by default when manifest sort is enabled.
   2. Added a dedicated `BucketSortKey`, selected inside `createSortKey` 
similarly to `RowIdSortKey`.
   3. Kept partition-only sorting for dynamic/bucket-unaware tables and the 
existing RowID path for data-evolution tables.
   4. Kept the conservative partition fallback when legacy input manifests lack 
bucket bounds.
   
   Focused tests pass (151 run, 0 failures, 1 skipped), and the non-fast 
`paimon-core` reactor compile passes Checkstyle, Spotless, Maven Enforcer, and 
compilation.
   


-- 
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]

Reply via email to