This is an automated email from the ASF dual-hosted git repository.
yx9o 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 a11e326d47f Revise-24187, remove DISCARD from DistSQL keyword. (#25157)
a11e326d47f is described below
commit a11e326d47f760943800cb8f4967dafc3ab01783
Author: Raigor <[email protected]>
AuthorDate: Fri Apr 14 09:28:18 2023 +0800
Revise-24187, remove DISCARD from DistSQL keyword. (#25157)
---
distsql/parser/src/main/antlr4/imports/Keyword.g4 | 4 ----
1 file changed, 4 deletions(-)
diff --git a/distsql/parser/src/main/antlr4/imports/Keyword.g4
b/distsql/parser/src/main/antlr4/imports/Keyword.g4
index ed493046e4e..5c2a8018b14 100644
--- a/distsql/parser/src/main/antlr4/imports/Keyword.g4
+++ b/distsql/parser/src/main/antlr4/imports/Keyword.g4
@@ -239,10 +239,6 @@ UNUSED
: U N U S E D
;
-DISCARD
- : D I S C A R D
- ;
-
INFO
: I N F O
;