You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2020/10/30 07:39:02 UTC

[shardingsphere] branch master updated (81abf1c -> aa6b8dc)

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 81abf1c  Move parser spi (#7975)
     add aa6b8dc  Remove useless SQLParsedResultCache (#7973)

No new revisions were added by this update.

Summary of changes:
 .../infra/parser/sql/SQLStatementParserEngine.java |  7 +--
 .../sql/parser/cache/SQLParsedResultCache.java     | 60 ----------------------
 .../sql/parser/core/parser/SQLParserExecutor.java  |  7 +--
 .../sql/parser/cache/SQLParsedResultCacheTest.java | 56 --------------------
 4 files changed, 8 insertions(+), 122 deletions(-)
 delete mode 100644 shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/main/java/org/apache/shardingsphere/sql/parser/cache/SQLParsedResultCache.java
 delete mode 100644 shardingsphere-sql-parser/shardingsphere-sql-parser-engine/src/test/java/org/apache/shardingsphere/sql/parser/cache/SQLParsedResultCacheTest.java