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


##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -2182,6 +2182,32 @@ public InlineElement getDescription() {
                     .withDescription(
                             "Write blob field using blob descriptor rather 
than blob bytes.");
 
+    @Immutable
+    public static final ConfigOption<String> BLOB_COPIED_DESCRIPTOR_TARGET_DIR 
=
+            key("blob-copied-descriptor-target-dir")
+                    .stringType()
+                    .noDefaultValue()
+                    .withDescription(
+                            "The target directory where raw BLOB data from 
fields configured by '"
+                                    + "blob-copied-descriptor-field"
+                                    + "' is copied at write time. Orphan file 
cleanup is not "
+                                    + "applied to this directory.");
+
+    @Immutable
+    public static final ConfigOption<String> BLOB_COPIED_DESCRIPTOR_FIELD =
+            key("blob-copied-descriptor-field")

Review Comment:
   blob-external-storage-field



##########
paimon-api/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -2182,6 +2182,32 @@ public InlineElement getDescription() {
                     .withDescription(
                             "Write blob field using blob descriptor rather 
than blob bytes.");
 
+    @Immutable
+    public static final ConfigOption<String> BLOB_COPIED_DESCRIPTOR_TARGET_DIR 
=
+            key("blob-copied-descriptor-target-dir")

Review Comment:
   blob-external-storage-path



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