JingsongLi commented on code in PR #659:
URL: https://github.com/apache/paimon-rust/pull/659#discussion_r3717774770


##########
crates/paimon/src/table/table_write.rs:
##########
@@ -55,6 +56,28 @@ enum FileWriter {
     Postpone(PostponeFileWriter),
 }
 
+/// Planning state for batch writes to postpone-bucket tables. Partitions with
+/// an existing real-bucket count are written incrementally, while only new
+/// partitions are buffered until their bucket count can be inferred.
+struct PostponeFixedBucketState {

Review Comment:
   Create a new rs file for postpone writer.



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