yiguolei commented on code in PR #42497:
URL: https://github.com/apache/doris/pull/42497#discussion_r1837716065


##########
be/src/vec/core/sort_block.h:
##########
@@ -161,7 +163,7 @@ class ColumnSorter {
             return column.compare_at(a, b, *_column_with_sort_desc.first, 
_nulls_direction);
         };
         ColumnPartialSortingLess less(_column_with_sort_desc);
-        auto do_sort = [&](size_t first_iter, size_t last_iter) {
+        auto do_sort = [&](auto first_iter, auto last_iter) {

Review Comment:
   不要在函数声明的地方使用auto



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to