leaves12138 commented on code in PR #6807:
URL: https://github.com/apache/paimon/pull/6807#discussion_r2642041543


##########
paimon-common/src/main/java/org/apache/paimon/predicate/OnlyPartitionKeyEqualVisitor.java:
##########
@@ -117,6 +117,11 @@ public Boolean visitNotIn(FieldRef fieldRef, List<Object> 
literals) {
         return false;
     }
 
+    @Override
+    public Boolean visitVectorSearch(VectorSearch vectorSearch) {
+        return false;

Review Comment:
   Add this to GlobalIndexReader?



-- 
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]

Reply via email to