JiekerTime opened a new issue #9608: URL: https://github.com/apache/shardingsphere/issues/9608
### Which version of ShardingSphere did you use? 5.0.0-RC1-SNAPSHOT ### Expected behavior  logical column name should different from actual column name ### Actual behavior  They are same. ### Reason analyze (If you can) The metadata of column is logical name. This problem does not occur when joint query, because it is obtained MetaData from queryResultSample.  In order to review the problem, you can try to set the breakpoint at following: DatabaseCommunicationEngine.createQueryHeader:  And excute SQL:'SELECT * FROM t_user' ---------------------------------------------------------------- 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]
