yittg commented on a change in pull request #4329:
URL: https://github.com/apache/iceberg/pull/4329#discussion_r827653359
##########
File path:
flink/v1.14/flink/src/main/java/org/apache/iceberg/flink/source/ScanContext.java
##########
@@ -200,12 +202,13 @@ ScanContext copyWithAppendsBetween(long
newStartSnapshotId, long newEndSnapshotI
.project(schema)
.filters(filters)
.limit(limit)
- .exposeLocality(exposeLocality)
.includeColumnStats(includeColumnStats)
+ .exposeLocality(exposeLocality)
+ .planParallelism(planParallelism)
Review comment:
Thanks for catching this, i think we can move this to another separated
hot fix commit?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]