wutiangan commented on a change in pull request #3806: URL: https://github.com/apache/incubator-doris/pull/3806#discussion_r444626175
########## File path: docs/en/administrator-guide/variables.md ########## @@ -334,3 +334,7 @@ SET forward_to_master = concat('tr', 'u', 'e'); * `rewrite_count_distinct_to_bitmap_hll` Whether to rewrite count distinct queries of bitmap and HLL types as bitmap_union_count and hll_union_agg. + +* `allow_ignore_order_by` + Used to ignore order by w/o limit and offset in inline views, set operands and insert statements. Review comment: the parameter can remove. you can decide to apply you REMOVE_SORT rule according to if order_by/sort contain limit or offset. ---------------------------------------------------------------- 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. 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