This is an automated email from the ASF dual-hosted git repository.
duanzhengqiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
from ad02d1637ee Support alter index sql bind and add test case (#34160)
add 1073a043aa2 Support drop index sql bind and add test case. (#34165)
No new revisions were added by this update.
Summary of changes:
...ntBinder.java => DropIndexStatementBinder.java} | 19 +++++-----
.../binder/engine/type/DDLStatementBindEngine.java | 5 +++
.../type/SQLServerDDLStatementVisitor.java | 3 +-
.../core/statement/ddl/DropIndexStatement.java | 32 +++++++++++++++++
.../sqlserver/ddl/SQLServerDropIndexStatement.java | 2 +-
.../cases/ddl/{drop-table.xml => drop-index.xml} | 40 +++++++++++-----------
.../sqls/ddl/{create-index.xml => drop-index.xml} | 4 ++-
7 files changed, 74 insertions(+), 31 deletions(-)
copy
infra/binder/src/main/java/org/apache/shardingsphere/infra/binder/engine/statement/ddl/{AlterIndexStatementBinder.java
=> DropIndexStatementBinder.java} (74%)
copy test/it/binder/src/test/resources/cases/ddl/{drop-table.xml =>
drop-index.xml} (51%)
copy test/it/binder/src/test/resources/sqls/ddl/{create-index.xml =>
drop-index.xml} (71%)