liuzg459 commented on issue #23839: URL: https://github.com/apache/shardingsphere/issues/23839#issuecomment-1408804825
I upgrade version to V5.2.1, But still not work when use sql ``` select count 1 from table_1 union all select count 1 from table_2 ``` It works with ``` select * from table_1 union all select * from table_2 ``` Same problems as the previous version V5.2.0 -- 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]
