airborne12 commented on code in PR #32405:
URL: https://github.com/apache/doris/pull/32405#discussion_r1531464688
##########
be/src/olap/inverted_index_parser.cpp:
##########
@@ -79,7 +79,7 @@ std::string get_parser_phrase_support_string_from_properties(
if (properties.find(INVERTED_INDEX_PARSER_PHRASE_SUPPORT_KEY) !=
properties.end()) {
return properties.at(INVERTED_INDEX_PARSER_PHRASE_SUPPORT_KEY);
} else {
- return INVERTED_INDEX_PARSER_PHRASE_SUPPORT_NO;
+ return INVERTED_INDEX_PARSER_FALSE;
Review Comment:
do not understand here
--
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]