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


##########
paimon-python/pypaimon/write/file_store_write.py:
##########
@@ -330,3 +377,10 @@ def _load_seq_number_stats(self, partition: Tuple) -> dict:
             if current_seq_num > existing_max:
                 max_seq_numbers[split.bucket] = current_seq_num
         return max_seq_numbers
+
+
+class PostponeFixedBucketFileStoreWrite(FileStoreWrite):

Review Comment:
   Move _runtime_total_buckets into this class.



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