git-chenhao opened a new issue, #23475:
URL: https://github.com/apache/shardingsphere/issues/23475

   ## Bug Report
   
   select * from table_a
   
   logic_table: table_a
   actual_table: table_a_0~table_9
   
   table_a_0~table_5 has 10 column
   table_a_6~table_9 has 9 column
   
   ### Which version of ShardingSphere did you use?
   5.3.1-release
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-Proxy
   
   ### Expected behavior
   execute success
   
   ### Actual behavior
   error,Column index out of range
   
   ### Reason analyze (If you can)
   ss metadata: has 10 column
   table_a_6~table_9 has 9 column
   
   ss metadata info Inconsistent with the table structure in data source
   
   <img width="1916" alt="image" 
src="https://user-images.githubusercontent.com/20919316/211516219-9dffa88a-c385-4e79-a6fc-b45179e55044.png";>
   
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   
   ### Example codes for reproduce this issue (such as a github link).
   


-- 
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]

Reply via email to