wwj6591812 commented on code in PR #8117:
URL: https://github.com/apache/paimon/pull/8117#discussion_r3463945172
##########
paimon-flink/paimon-flink-common/src/main/java/org/apache/paimon/flink/source/FlinkTableSource.java:
##########
@@ -245,13 +246,13 @@ protected Integer
inferSourceParallelism(StreamExecutionEnvironment env) {
protected void scanSplitsForInference() {
if (splitStatistics == null) {
if (table instanceof DataTable) {
- List<PartitionEntry> partitionEntries =
Review Comment:
Good catch — the changes in FlinkTableSource were only needed to wire up
ScanBucketUtils, which is no longer required now that scan.bucket lives in
CoreOptions and is applied automatically by ReadBuilderImpl. I reverted
FlinkTableSource to its original form.
--
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]