JingsongLi commented on code in PR #7865:
URL: https://github.com/apache/paimon/pull/7865#discussion_r3534366718


##########
docs/docs/maintenance/rescale-bucket.md:
##########
@@ -62,7 +55,36 @@ Please note that
   INSERT OVERWRITE my_table PARTITION (dt = '2022-01-02')
   SELECT * FROM ...;
   ```
+  After these operations, partition `dt=2022-01-01` uses 4 buckets, 
`dt=2022-01-02` uses 8 buckets, and any
+  new partitions will use the latest table-level default (8 buckets in this 
case).
+  Each partition retains its own bucket count from its data files, 

Review Comment:
   `git diff --check origin/master...HEAD` is still failing on trailing 
whitespace in this document. It currently reports this line plus lines 63, 76, 
and 77. Please strip those spaces before merge; otherwise the final 
verification will fail.



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