zhiqiang-hhhh commented on code in PR #54276:
URL: https://github.com/apache/doris/pull/54276#discussion_r2269825180
##########
be/src/olap/tablet_schema.h:
##########
@@ -470,7 +477,7 @@ class TabletSchema : public MetadataAdder<TabletSchema> {
}
return inverted_indexes;
}
- bool has_inverted_index() const {
+ bool has_extra_index() const {
Review Comment:
> Why combine inverted and ann index together? use has_inverted_index() ||
has_ann_index() instead of has_extra_index()?
I will fix
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]