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


##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/source/FlinkSourceBuilder.java:
##########
@@ -200,6 +201,7 @@ private ReadBuilder createReadBuilder(@Nullable 
org.apache.paimon.types.RowType
         if (limit != null) {
             readBuilder.withLimit(limit.intValue());
         }
+        ScanBucketUtils.applyScanBucket(table, readBuilder, conf);

Review Comment:
   Thanks for the review, @JingsongLi.
   I have applied ScanBucketUtils.applyScanBucket in 
AggregatePushDownUtils.planSplits(...) as well, so the aggregate pushdown 
planning path now respects the scan.bucket option too.



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