JingsongLi commented on code in PR #8930:
URL: https://github.com/apache/paimon/pull/8930#discussion_r3709212749
##########
paimon-common/src/main/java/org/apache/paimon/globalindex/GlobalIndexerFactory.java:
##########
@@ -33,6 +33,13 @@ default boolean supportsFullTextSearch() {
return false;
}
+ /**
+ * Whether the read path filters DV-deleted rows, so building over all
physical rows is safe.
+ */
+ default boolean supportsDeletionVectors() {
Review Comment:
Remove this, we have support all vector 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]