zhannngchen commented on code in PR #16377: URL: https://github.com/apache/doris/pull/16377#discussion_r1094444691
########## be/src/vec/olap/vertical_merge_iterator.h: ########## @@ -190,14 +190,14 @@ class VerticalMergeIteratorContext { size_t _ori_return_cols = 0; // segment order, used to compare key - uint32_t _order = -1; + uint32_t _order = 0; - uint32_t _seq_col_idx = -1; Review Comment: `_seq_col_idx` change to int32_t is better? align with the type in schema -- 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