This is an automated email from the ASF dual-hosted git repository.
panjuan 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 2bf4886 Rename ResourceStatement.g4 (#10820)
2bf4886 is described below
commit 2bf48864e6b5b754fb0b1e3d261d1d17a93de074
Author: Liang Zhang <[email protected]>
AuthorDate: Tue Jun 15 19:51:57 2021 +0800
Rename ResourceStatement.g4 (#10820)
---
.../parser/autogen/{DistSQLStatement.g4 => ResourceStatement.g4} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/shardingsphere-distsql-parser/shardingsphere-distsql-parser-engine/src/main/antlr4/org/apache/shardingsphere/distsql/parser/autogen/DistSQLStatement.g4
b/shardingsphere-distsql-parser/shardingsphere-distsql-parser-engine/src/main/antlr4/org/apache/shardingsphere/distsql/parser/autogen/ResourceStatement.g4
similarity index 97%
rename from
shardingsphere-distsql-parser/shardingsphere-distsql-parser-engine/src/main/antlr4/org/apache/shardingsphere/distsql/parser/autogen/DistSQLStatement.g4
rename to
shardingsphere-distsql-parser/shardingsphere-distsql-parser-engine/src/main/antlr4/org/apache/shardingsphere/distsql/parser/autogen/ResourceStatement.g4
index 6bc69a3..9d5424e 100644
---
a/shardingsphere-distsql-parser/shardingsphere-distsql-parser-engine/src/main/antlr4/org/apache/shardingsphere/distsql/parser/autogen/DistSQLStatement.g4
+++
b/shardingsphere-distsql-parser/shardingsphere-distsql-parser-engine/src/main/antlr4/org/apache/shardingsphere/distsql/parser/autogen/ResourceStatement.g4
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-grammar DistSQLStatement;
+grammar ResourceStatement;
import Symbol, RDLStatement, RQLStatement, RALStatement;