FlyingZC opened a new issue, #25899: URL: https://github.com/apache/shardingsphere/issues/25899
## Bug Report ```sql mysql> select * from information_schema.schemata; ERROR 30000 (HY000): Unknown exception: Index: 5, Size: 5 ``` ### Which version of ShardingSphere did you use? Master. ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? Proxy. ### Expected behavior Query successful. ### Actual behavior ### Reason analyze (If you can) <img width="486" alt="image" src="https://github.com/apache/shardingsphere/assets/19788130/af886f2b-638e-46e5-926a-2453ccbcf724"> Some rows have only 5 columns, normal is 6 columns. ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. Execute `select * from information_schema.schemata;` in proxy. ### 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]
