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


##########
paimon-common/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -2245,7 +2248,7 @@ public Optional<String> rowkindField() {
     }
 
     public boolean writeOnly() {
-        return options.get(WRITE_ONLY);
+        return options.get(WRITE_ONLY) || options.get(BUCKET) == 
BucketMode.POSTPONE_BUCKET;

Review Comment:
   revert this



-- 
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: issues-unsubscr...@paimon.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to