xhkyyy opened a new issue #9728: URL: https://github.com/apache/shardingsphere/issues/9728
## Bug Report ### Which version of ShardingSphere did you use? 4.1.1 ### Which project did you use? ShardingSphere-Proxy ### Expected behavior The metadata can be updated automatically when a DDL statement is executed. ### Actual behavior I created a new table using sharding-proxy (DDL statements), but when I execute query statements with this table, sharding-proxy reports an error.  ### Reason analyze (If you can) My guess is that sharding-proxy does not automatically update the metadata when DDL is executed. ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. `create table X (id int(3) primary key )` `select * from X` ### Example codes for reproduce this issue (such as a github link). none ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
