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


##########
paimon-core/src/main/java/org/apache/paimon/compact/CompactTask.java:
##########
@@ -37,22 +37,36 @@ public abstract class CompactTask implements 
Callable<CompactResult> {
 
     @Nullable private final CompactionMetrics.Reporter metricsReporter;
 
+    @Nullable private String partitionString;
+    private int bucket = -1;
+
     public CompactTask(@Nullable CompactionMetrics.Reporter metricsReporter) {
         this.metricsReporter = metricsReporter;
     }
 
+    /** Set partition and bucket info for logging purposes. */
+    public void setPartitionBucketInfo(@Nullable String partitionString, int 
bucket) {

Review Comment:
   Just set a log info? `setLogInfo(String logInfo)`



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