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


##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -830,6 +830,17 @@ public InlineElement getDescription() {
                                             "Whether to consider blob file 
size as a factor when performing scan splitting.")
                                     .build());
 
+    // Safety ceiling for blob.copy-buffer-size (allocated as new byte[size] 
per writer).
+    public static final int MAX_BLOB_COPY_BUFFER_SIZE = 256 * 1024 * 1024;

Review Comment:
   Why we need 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to