csun5285 commented on code in PR #63291:
URL: https://github.com/apache/doris/pull/63291#discussion_r3271675559


##########
be/src/core/column/predicate_column.h:
##########
@@ -104,18 +104,22 @@ class PredicateColumnType final : public 
COWHelper<IColumn, PredicateColumnType<
 
     StringRef get_data_at(size_t n) const override {
         if constexpr (std::is_same_v<T, StringRef>) {
-            auto res = reinterpret_cast<const StringRef&>(data[n]);

Review Comment:
   这个 get_data_at 函数在这个 predicate column 是没有作用的,没有被调用过,这里之前也不应该处理char



-- 
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]

Reply via email to