wwj6591812 commented on code in PR #6914:
URL: https://github.com/apache/paimon/pull/6914#discussion_r2660119375
##########
paimon-core/src/main/java/org/apache/paimon/operation/AbstractFileStoreScan.java:
##########
@@ -277,15 +277,17 @@ public Plan plan() {
manifests = postFilterManifests(manifests);
Iterator<ManifestEntry> iterator = readManifestEntries(manifests,
false);
- if (supportsLimitPushManifestEntries()) {
- iterator = limitPushManifestEntries(iterator);
- }
List<ManifestEntry> files = ListUtils.toList(iterator);
if (postFilterManifestEntriesEnabled()) {
files = postFilterManifestEntries(files);
}
+ if (supportsLimitPushManifestEntries()) {
Review Comment:
You are right, I will do it.
--
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]