JingsongLi commented on code in PR #6752:
URL: https://github.com/apache/paimon/pull/6752#discussion_r2605511488
##########
paimon-core/src/main/java/org/apache/paimon/table/source/ReadBuilderImpl.java:
##########
@@ -231,6 +239,12 @@ private InnerTableScan configureScan(InnerTableScan scan) {
return scan;
}
+ private boolean searchGlobalIndex(Table table) {
Review Comment:
If there is no filter, we don't need to search global index.
--
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]