yixiutt commented on code in PR #16377:
URL: https://github.com/apache/doris/pull/16377#discussion_r1096531574
##########
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:
fixed
--
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]