boyjoy1127 opened a new issue, #22427: URL: https://github.com/apache/shardingsphere/issues/22427
## What is the federation judagement? Debug in IDE. When execute IT test `isSelectStatementContainsSystemSchema()` statement is always false。 Instead , `entry.getValue().decide(……..);` seems is responsible for judging federation SQL. So, what is the different between them? <img width="1264" alt="Pasted Graphic 11" src="https://user-images.githubusercontent.com/101028753/204068074-154a5fe1-71f1-4b8b-92b0-553692a0ade2.png"> Run IT test with configuration with the content of 'it-evn.properties': ``` #it.run.modes=Standalone,Cluster it.run.modes=Standalone it.run.additional.cases=false #it.scenarios=db,tbl,readwrite_splitting,encrypt,shadow,dbtbl_with_readwrite_splitting,dbtbl_with_readwrite_splitting_and_encrypt,rdl_empty_rules,empty_rules,sharding_and_encrypt,encrypt_and_readwrite_splitting,encrypt_shadow,readwrite_splitting_and_shadow,sharding_and_shadow,sharding_encrypt_shadow it.scenarios=db # it.cluster.env.type=DOCKER,NATIVE it.cluster.env.type=NATIVE # it.cluster.adapters=jdbc,proxy it.cluster.adapters=proxy # it.cluster.databases=MySQL,PostgreSQL,openGauss it.cluster.databases=MySQL ``` -- 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]
