zhiqiang-hhhh commented on code in PR #35769:
URL: https://github.com/apache/doris/pull/35769#discussion_r1650032436
##########
be/src/exprs/hybrid_set.h:
##########
@@ -668,7 +668,7 @@ class StringValueSet : public HybridSetBase {
const doris::vectorized::NullMap* null_map,
doris::vectorized::ColumnUInt8::Container& results) {
const auto& col = assert_cast<const
doris::vectorized::ColumnString&>(column);
- const uint32_t* __restrict offset = col.get_offsets().data();
+ const auto& offset = col.get_offsets();
Review Comment:
1. why this modificial works?
2. may be we can apply the change to other places like L672
--
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]