HappenLee commented on a change in pull request #8787:
URL: https://github.com/apache/incubator-doris/pull/8787#discussion_r841011161



##########
File path: be/src/olap/in_list_predicate.cpp
##########
@@ -299,8 +299,7 @@ IN_LIST_PRED_BITMAP_EVALUATE(NotInListPredicate, -=)
                 auto& dict_col =                                               
                \
                         
reinterpret_cast<vectorized::ColumnDictionary<vectorized::Int32>&>(    \
                                 *col_ptr);                                     
                \
-                auto code_set = dict_col.find_codes(_values);                  
                \
-                _dict_codes = std::move(code_set);                             
                \
+                _dict_codes = std::move(dict_col.find_codes(_values));         
                \

Review comment:
       not need use `std::move`,it's right value




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