leaves12138 commented on code in PR #6807:
URL: https://github.com/apache/paimon/pull/6807#discussion_r2642039780
##########
paimon-common/src/main/java/org/apache/paimon/fileindex/FileIndexReader.java:
##########
@@ -117,6 +118,11 @@ public FileIndexResult visitNotIn(FieldRef fieldRef,
List<Object> literals) {
return fileIndexResult;
}
+ @Override
+ public FileIndexResult visitVectorSearch(VectorSearch vectorSearch) {
+ throw new UnsupportedOperationException("Should not invoke this");
+ }
Review Comment:
Why add visitVectorSearch to FunctionVisitor?
--
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]