sandynz commented on issue #24517:
URL: 
https://github.com/apache/shardingsphere/issues/24517#issuecomment-1468087009

   Hi @shashankrnr32 , thanks for your feedback.
   
   I tested on proxy (master branch), there's no error:
   ```
   mysql> SELECT TABLE_NAME, COLUMN_NAME, DATA_TYPE, COLUMN_KEY, EXTRA, 
COLLATION_NAME, ORDINAL_POSITION FROM information_schema.columns WHERE 
TABLE_SCHEMA='test1' AND TABLE_NAME IN ('columns', 'schema_data_statistics') 
ORDER BY ORDINAL_POSITION;
   Empty set (0.20 sec)
   ```
   
   Could you try new version, e.g. 5.3.1?
   


-- 
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]

Reply via email to