guimingyue opened a new issue #11116: URL: https://github.com/apache/shardingsphere/issues/11116
The sql `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. -- 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]
