zhannngchen commented on code in PR #17873: URL: https://github.com/apache/doris/pull/17873#discussion_r1150608752
########## be/src/vec/olap/block_reader.h: ########## @@ -110,6 +114,8 @@ class BlockReader final : public TabletReader { ColumnPtr _delete_filter_column; bool _is_rowsets_overlapping = true; + + bool _should_check_same_row = false; Review Comment: The key compare logic is same in key group of vertical compaction? -- 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