WingsGo opened a new pull request #1469: Fix bug when use SELECT * FROM TABLE LIMIT 1 URL: https://github.com/apache/incubator-doris/pull/1469 When I use SQL Statement SELECT * FROM TABLE LIMIT 1 in a table with large datas, the query statement will cause BE crash.The profile shows that the query statement actually scan all table rows, that's the reason why my BE crashed.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
