strongduanmu commented on issue #29464: URL: https://github.com/apache/shardingsphere/issues/29464#issuecomment-1863800953
Hi @zihaoAK47, thank you for your advice. But sqlFederationForceDecideEnabled and sqlFederationEnabled seem confusing. How about the following props? ``` # default false allQueryUseSQLFederation: true ``` sql federation is currently a supplement to shardingsphere kernel that does not support select sql, and users can enable this parameter when they want all select statements to use sql federation. -- 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]
