nishant94 commented on code in PR #64667:
URL: https://github.com/apache/doris/pull/64667#discussion_r3629548634
##########
fe/fe-core/src/main/java/org/apache/doris/analysis/InvertedIndexUtil.java:
##########
@@ -124,7 +125,8 @@ public static void checkInvertedIndexParser(String
indexColName, PrimitiveType c
|| parser.equals(INVERTED_INDEX_PARSER_CHINESE)
|| parser.equals(INVERTED_INDEX_PARSER_ICU)
||
parser.equals(INVERTED_INDEX_PARSER_BASIC)
- ||
parser.equals(INVERTED_INDEX_PARSER_IK))) {
+ ||
parser.equals(INVERTED_INDEX_PARSER_IK)
Review Comment:
This is the general behavior for any parser a pre-change BE doesn't know,
not specific to kuromoji, and it's already mitigated.
--
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]