loserwang1024 commented on code in PR #2931:
URL: https://github.com/apache/fluss/pull/2931#discussion_r2993395668


##########
fluss-flink/fluss-flink-common/src/main/java/org/apache/fluss/flink/utils/FlinkConversions.java:
##########
@@ -709,6 +709,10 @@ private static Map<String, String> extractCustomProperties(
             Configuration allProperties, Map<String, String> 
flussTableProperties) {
         Map<String, String> customProperties = new 
HashMap<>(allProperties.toMap());
         customProperties.keySet().removeAll(flussTableProperties.keySet());
+        // Remove bucket key and bucket num which is stored as table 
distribution rather than
+        // customer properties.

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