YollinChan opened a new issue #11645: URL: https://github.com/apache/shardingsphere/issues/11645
for example,sql like: "SELECT s.id from (select id from table_a where id >= 0 limit 0,1000) as s order by s.id desc;" will encounter a "IllegalStateException". but sql like "SELECT s.id from (select id from table_a where id >= 0 limit 0,1000) as s order by id desc;" can execute normally -- 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]
