Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
mymeiyi committed Sep 29, 2024
1 parent c7190dc commit a0a7829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/olap/tablet_reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ Status TabletReader::_capture_rs_readers(const ReaderParams& read_params) {
_tablet->enable_unique_key_merge_on_write()) {
// unique keys with merge on write, no need to merge sort keys in rowset
need_ordered_result = false;
need_ordered_result = true;
// need_ordered_result = true;
}
if (_aggregation) {
// compute engine will aggregate rows with the same key,
Expand Down

0 comments on commit a0a7829

Please sign in to comment.