jzs1997 opened a new issue, #34976: URL: https://github.com/apache/shardingsphere/issues/34976
## Bug Report ### Which version of ShardingSphere did you use? Pulled from github on 6th, March, 2025 ### opengauss version 7.0 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-proxy ### Expected behavior Successfully executed ### Actual behavior Failed ### Reason analyze (If you can) LIMIT do not support an Expr followed ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. ``` CREATE TABLE t4(id BIGINT PRIMARY KEY, v1 int, v2 int, v3 varchar(255)); select * from t4 limit '2'::int; ``` ### Example codes for reproduce this issue (such as a github link). 1. connect by gsql 2. Execute the sql -- 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: notifications-unsubscr...@shardingsphere.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org