wwj6591812 commented on code in PR #5109:
URL: https://github.com/apache/paimon/pull/5109#discussion_r1966469531
##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/source/CompactorSourceBuilder.java:
##########
@@ -86,20 +86,22 @@ public CompactorSourceBuilder
withPartitionIdleTime(@Nullable Duration partition
}
private Source<RowData, ?, ?> buildSource(CompactBucketsTable
compactBucketsTable) {
+ ReadBuilder readBuilder =
+
compactBucketsTable.newReadBuilder().withFilter(partitionPredicate);
Review Comment:
thx, 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]