JiekerTime opened a new issue #9615: URL: https://github.com/apache/shardingsphere/issues/9615
### Which version of ShardingSphere did you use? 5.0.0-RC1-SNAPSHOT ### Behavior `SELECT * FROM t_user u INNER JOIN t_user_item m ON u.user_id=m.user_id` cause IndexOutOfBoundsException. ### Reason analyze (If you can)  The projection of doesn't containt_user_item. That's because t_user_item is a single table, so that it doesn't have schema detials. It causes result cannot add new ColumnProjection of t_user_item.  ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc. You can review this problem by test-case in dql-integration-test-cases.xml:  ---------------------------------------------------------------- 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]
