XiaoHongbo-Hope commented on code in PR #8985:
URL: https://github.com/apache/paimon/pull/8985#discussion_r3704109369
##########
paimon-python/pypaimon/table/file_store_table.py:
##########
@@ -426,8 +426,17 @@ def new_stream_read_builder(self) -> 'StreamReadBuilder':
return StreamReadBuilder(self)
def new_batch_write_builder(self) -> BatchWriteBuilder:
+ if (self.bucket_mode() == BucketMode.POSTPONE_MODE
Review Comment:
> Please not do this. By default, we should not use this mode.
Updated
--
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]