You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by ch...@apache.org on 2023/06/02 07:42:08 UTC

[shardingsphere] branch master updated (35856435d1b -> 9bcf9224cfe)

This is an automated email from the ASF dual-hosted git repository.

chengzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


    from 35856435d1b Support create table like syntax parsed (#25926) (#25993)
     add 9bcf9224cfe Remove useless ORIGINAL executor in sql federation (#26014)

No new revisions were added by this update.

Summary of changes:
 kernel/sql-federation/executor/original/pom.xml    |  88 ------------
 .../original/OriginalSQLFederationExecutor.java    | 151 ---------------------
 ...gsphere.sqlfederation.spi.SQLFederationExecutor |  18 ---
 kernel/sql-federation/executor/pom.xml             |   1 -
 4 files changed, 258 deletions(-)
 delete mode 100644 kernel/sql-federation/executor/original/pom.xml
 delete mode 100644 kernel/sql-federation/executor/original/src/main/java/org/apache/shardingsphere/sqlfederation/original/OriginalSQLFederationExecutor.java
 delete mode 100644 kernel/sql-federation/executor/original/src/main/resources/META-INF/services/org.apache.shardingsphere.sqlfederation.spi.SQLFederationExecutor