yiguolei commented on code in PR #63850:
URL: https://github.com/apache/doris/pull/63850#discussion_r3377867848
##########
be/src/storage/tablet/tablet_reader.h:
##########
@@ -180,6 +180,7 @@ class TabletReader {
// For rows with the same key, use ascending order (small-to-large)
for tie-breakers.
// For example, use lower rowset version / segment id first.
bool use_insert_order_when_same = false;
+ bool force_key_ordered_read = false;
Review Comment:
之前我记得有一个类似的开关的名字
--
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]