JiekerTime opened a new issue #11382: URL: https://github.com/apache/shardingsphere/issues/11382
### Which version of ShardingSphere did you use? 5.0.0-RC1-SNAPSHOT ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior  ### Actual behavior   ### Reason analyze (If you can) There is a problem with the metadata in the Proxy scenario. ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. Please refer to the integration test for the [configuration file](https://github.com/apache/shardingsphere/blob/master/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/tbl/postgresql/proxy/conf/config-tbl.yaml) and [init.sql](https://github.com/apache/shardingsphere/blob/master/shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/env/tbl/init-sql/postgresql/init.sql) Execute "SELECT o.order_id as gen_order_id_ FROM t_order o ORDER BY o.order_id" -- 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]
