ddsr-ops opened a new issue, #52196: URL: https://github.com/apache/doris/issues/52196
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no similar issues. ### Version doris-2.0.7 ### What's Wrong? ``` MySQL [fdm]> select count(*) from f_csm_t_trade_base; +----------+ | count(*) | +----------+ | 868503 | +----------+ 1 row in set (0.03 sec) MySQL [fdm]> SELECT /*+ SET_VAR(exec_mem_limit=1) */ order_date from f_csm_t_trade_base order by order_date limit 5; +---------------------+ | order_date | +---------------------+ | 2017-11-21 10:47:35 | | 2017-11-21 11:17:48 | | 2017-11-21 11:18:47 | | 2017-11-21 13:09:06 | | 2017-11-21 13:27:27 | +---------------------+ 5 rows in set (0.01 sec) ``` ### What You Expected? exec_mem_limit=1 hint should prevent the sql from running ### How to Reproduce? repaly as above ### Anything Else? _No response_ ### Are you willing to submit PR? - [x] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
