This is an automated email from the ASF dual-hosted git repository. panjuan pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.
from ab325a0 Remove EncryptColumnMetaData (#8140) add 83d0194 Add sql formart visitor (#8116) No new revisions were added by this update. Summary of changes: .../visitor/format/impl/MySQLFormatSQLVisitor.java | 436 +++++++++++++++++++++ .../sql/parser/mysql/MySQLFormartTest.java | 108 +++++ 2 files changed, 544 insertions(+) create mode 100644 shardingsphere-sql-parser/shardingsphere-sql-parser-dialect/shardingsphere-sql-parser-mysql/src/test/java/org/apache/shardingsphere/sql/parser/mysql/MySQLFormartTest.java