chenws1012 opened a new issue, #24535:
URL: https://github.com/apache/shardingsphere/issues/24535

   ## Bug Report
   
   Exception "Column index out of range" happend when add new column for 
'table' and execute sql "select * from table"
   Before report a bug, make sure you have:
   
   ### Which version of ShardingSphere did you use?
   5.2.1
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-JDBC
   
   ### Expected behavior
   success
   ### Actual behavior
   java.sql.SQLException: java.lang.ArrayIndexOutOfBoundsException: Array index 
out of range: 6
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   
   1. start service
   2. add new column to a table on database
   3. request api to execute  a sql similar "select * from table" 
   
   ### 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