strongduanmu commented on issue #20084: URL: https://github.com/apache/shardingsphere/issues/20084#issuecomment-1212878171
This exception will be fixed soon. ``` sharding_db=> select user_id,count(order_id) from t_order group by user_id having count(order_id)=6; ERROR: java.lang.UnsupportedOperationException: unsupported TableSegment type: class org.apache.shardingsphere.sql.parser.sql.common.segment.dml.item.AggregationProjectionSegment ``` -- 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]
