roodkcab opened a new issue #13090: URL: https://github.com/apache/shardingsphere/issues/13090
## Bug Report ### Which version of ShardingSphere did you use? 5.0.0-RC1 ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? ShardingSphere-Proxy ### Expected behavior header of information_schema should be column label ### Actual behavior header of information_schema is column name, for example ``` select `COLUMN_NAME` as `cn` from information_schema.columns where table_schema = 'test' and table_name = 'tbl' ``` should return cn, where actually return COLUMN_NAME now. ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule configuration, when exception occur etc.  -- 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]
