guimingyue opened a new issue, #11116: URL: https://github.com/apache/shardingsphere/issues/11116
The sql is `select order_id, user_id from t_order where order_id = 10 group by order_id having max(order_id) > 1` The having clause ast of this sql cannot be converted to calcite ast because the `innerExpression` is String type. <img width="599" alt="Screen Shot 2021-07-02 at 23 35 50" src="https://user-images.githubusercontent.com/1716196/124346777-4d0b2f00-dc13-11eb-84ed-88be7e9d76c6.png"> -- 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]
