You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2023/04/03 15:25:21 UTC

[shardingsphere] branch master updated: For #24906, remove AUTO_AWARE_RESOURCE in readwrite-splitting DistSQL. (#24988)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 005fabcbbcd For #24906, remove AUTO_AWARE_RESOURCE in readwrite-splitting DistSQL. (#24988)
005fabcbbcd is described below

commit 005fabcbbcd667c6760b4f9acde5e2ea1f3a472c
Author: Raigor <ra...@gmail.com>
AuthorDate: Mon Apr 3 23:25:11 2023 +0800

    For #24906, remove AUTO_AWARE_RESOURCE in readwrite-splitting DistSQL. (#24988)
---
 .../parser/src/main/antlr4/imports/readwrite-splitting/Keyword.g4     | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/features/readwrite-splitting/distsql/parser/src/main/antlr4/imports/readwrite-splitting/Keyword.g4 b/features/readwrite-splitting/distsql/parser/src/main/antlr4/imports/readwrite-splitting/Keyword.g4
index 10a17b083d0..36fbfb88a1c 100644
--- a/features/readwrite-splitting/distsql/parser/src/main/antlr4/imports/readwrite-splitting/Keyword.g4
+++ b/features/readwrite-splitting/distsql/parser/src/main/antlr4/imports/readwrite-splitting/Keyword.g4
@@ -67,10 +67,6 @@ READ_STORAGE_UNITS
     : R E A D UL_ S T O R A G E UL_ U N I T S
     ;
 
-AUTO_AWARE_RESOURCE
-    : A U T O UL_ A W A R E UL_ R E S O U R C E
-    ;
-
 TYPE
     : T Y P E
     ;