yiguolei commented on code in PR #63291:
URL: https://github.com/apache/doris/pull/63291#discussion_r3271628492
##########
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:
这个之前为什么要对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]