jacktengg commented on code in PR #65419:
URL: https://github.com/apache/doris/pull/65419#discussion_r3552114161
##########
be/src/storage/segment/column_reader.cpp:
##########
@@ -740,7 +740,7 @@ Status ColumnReader::_load_index(const
std::shared_ptr<IndexFileReader>& index_f
"create StringTypeInvertedIndexReader error: {}",
e.what());
}
}
- } else if (is_numeric_type(type)) {
+ } else if (field_is_numeric_type(type)) {
Review Comment:
删除重复代码is_numeric_type。
--
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]