You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/03/09 09:02:13 UTC

[GitHub] [shardingsphere] JiekerTime opened a new issue #9615: INNER JOIN causes IndexOutOfBoundsException int encrypt scenario

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)
   ![image](https://user-images.githubusercontent.com/76552510/110443830-510cc180-80f7-11eb-8ef4-c9ed38983e23.png)
   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.
   ![image](https://user-images.githubusercontent.com/76552510/110445234-df357780-80f8-11eb-9578-26dd615ac686.png)
   
   ### 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:
   ![image](https://user-images.githubusercontent.com/76552510/110445391-01c79080-80f9-11eb-83ed-9a3be0899e0d.png)
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [shardingsphere] tuohai666 closed issue #9615: INNER JOIN causes IndexOutOfBoundsException in encrypt scenario

Posted by GitBox <gi...@apache.org>.
tuohai666 closed issue #9615:
URL: https://github.com/apache/shardingsphere/issues/9615


   


----------------------------------------------------------------
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:
users@infra.apache.org