neuyilan commented on code in PR #4891:
URL: https://github.com/apache/paimon/pull/4891#discussion_r1914173572


##########
paimon-common/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -475,8 +475,7 @@ public class CoreOptions implements Serializable {
             key("write-buffer-spillable")
                     .booleanType()
                     .noDefaultValue()
-                    .withDescription(
-                            "Whether the write buffer can be spillable. 
Enabled by default when using object storage.");

Review Comment:
   When we introduced external path, we don't know the underlying write path is 
an object store or not in FileIO, 
   so here I removed the "Enabled by default when using object storage." 
description.



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