This is an automated email from the ASF dual-hosted git repository.
tuichenchuxin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
from 48ef0c32a03 Refactor MySQL, PostgreSQL and openGaus join statement
parse and support convert to SqlNode (#20221)
add 4a457c7447f Decouple PipelineDDLGenerator with ContextManager for
common usage (#20207)
No new revisions were added by this update.
Summary of changes:
.../metadata/generator/PipelineDDLGenerator.java | 68 ++++++++++------------
.../datasource/AbstractDataSourcePreparer.java | 12 ++++
.../datasource/MySQLDataSourcePreparer.java | 16 ++++-
.../datasource/OpenGaussDataSourcePreparer.java | 15 ++++-
.../datasource/PostgreSQLDataSourcePreparer.java | 16 ++++-
5 files changed, 82 insertions(+), 45 deletions(-)