yuxiqian commented on code in PR #4081:
URL: https://github.com/apache/flink-cdc/pull/4081#discussion_r2332265215


##########
flink-cdc-connect/flink-cdc-pipeline-connectors/flink-cdc-pipeline-connector-paimon/src/main/java/org/apache/flink/cdc/connectors/paimon/sink/v2/bucket/BucketAssignOperator.java:
##########
@@ -217,7 +329,7 @@ public void processElement(StreamRecord<Event> 
streamRecord) throws Exception {
         long targetRowNum = table.coreOptions().dynamicBucketTargetRowNum();
         Integer numAssigners = 
table.coreOptions().dynamicBucketInitialBuckets();
         Integer maxBucketsNum = table.coreOptions().dynamicBucketMaxBuckets();
-
+        LOGGER.debug("Succeed to get table info " + table);

Review Comment:
   ```suggestion
           LOGGER.debug("Successfully get table info {}", table);
   ```
   
   to avoid unnecessary costs of converting `table` to `String`



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