linghengqian commented on issue #32189: URL: https://github.com/apache/shardingsphere/issues/32189#issuecomment-2254109806
- CTE for MySQL is actually supported via SQL Federation at https://shardingsphere.apache.org/document/current/cn/user-manual/shardingsphere-jdbc/yaml-config/rules/sql-federation/ . But for a wider range of databases, this actually requires Calcite 1.36 which adds `recursive with` parsing support. That is https://issues.apache.org/jira/browse/CALCITE-129 . But due to the merge of https://github.com/apache/calcite/pull/3429 , ShardingSphere is not compatible with Calcite 1.36, which is reflected in CI #29229. - Feel free to raise your PR to fix it. -- 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]
