You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/07/28 00:51:31 UTC

[GitHub] [doris] xiaokang commented on a diff in pull request #10694: optimize topn query if order by columns is prefix of sort keys of table

xiaokang commented on code in PR #10694:
URL: https://github.com/apache/doris/pull/10694#discussion_r931690698


##########
be/src/olap/rowset/rowset_reader_context.h:
##########
@@ -34,6 +34,9 @@ struct RowsetReaderContext {
     const TabletSchema* tablet_schema = nullptr;
     // whether rowset should return ordered rows.
     bool need_ordered_result = true;
+    //

Review Comment:
   yes, added 



-- 
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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org