tristaZero opened a new issue #8896: URL: https://github.com/apache/shardingsphere/issues/8896
### Product Sharding Proxy, master branch ### SQL > select * from t_order_item, t_order where t_order_item.order_id = t_order.order_id; ### Rule t_order_item and t_order are binding tables. ### Exception ``` ERROR: Column index out of range. ``` ### Reason - Wrong projection seize > ((SelectStatementContext) executionContext.getSqlStatementContext()).getProjectionsContext().getExpandProjections().size() - Wrong result of `createProjectionsContext()` in `ProjectionsContextEngine` ---------------------------------------------------------------- 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]
