wwj6591812 commented on code in PR #3474:
URL: https://github.com/apache/paimon/pull/3474#discussion_r1628974102


##########
docs/layouts/shortcodes/generated/core_configuration.html:
##########
@@ -182,6 +182,12 @@
             <td>Duration</td>
             <td>The TTL in rocksdb index for cross partition upsert (primary 
keys not contain all partition fields), this can avoid maintaining too many 
indexes and lead to worse and worse performance, but please note that this may 
also cause data duplication.</td>
         </tr>
+        <tr>
+            <td><h5>custom.commit.user.prefix</h5></td>

Review Comment:
   done



##########
paimon-common/src/main/java/org/apache/paimon/CoreOptions.java:
##########
@@ -1302,6 +1309,13 @@ public String fieldsDefaultFunc() {
         return options.get(FIELDS_DEFAULT_AGG_FUNC);
     }
 
+    public static String getCommitUser(Options options) {

Review Comment:
   done



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