Stefanietry commented on code in PR #6394:
URL: https://github.com/apache/paimon/pull/6394#discussion_r2631161035
##########
paimon-core/src/main/java/org/apache/paimon/KeyValueFileStore.java:
##########
@@ -111,7 +112,7 @@ public BucketMode bucketMode() {
@Override
public MergeFileSplitRead newRead() {
- return new MergeFileSplitRead(
+ return ScanFactory.createMergeFileSplitRead(
Review Comment:
It has been re-implemented based on ChainSplit and Read. Please help review
it again .
--
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]