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

duanzhengqiang 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 f50e4647ae5 fix Oracle dal import (#27396)
f50e4647ae5 is described below

commit f50e4647ae57fb0b4b12fc03cb2a88ea7f4ca1ef
Author: Zichao <[email protected]>
AuthorDate: Mon Jul 24 12:46:21 2023 +1200

    fix Oracle dal import (#27396)
---
 .../sql/dialect/oracle/src/main/antlr4/imports/oracle/DALStatement.g4  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/parser/sql/dialect/oracle/src/main/antlr4/imports/oracle/DALStatement.g4 
b/parser/sql/dialect/oracle/src/main/antlr4/imports/oracle/DALStatement.g4
index 69aad1131fa..575554bc416 100644
--- a/parser/sql/dialect/oracle/src/main/antlr4/imports/oracle/DALStatement.g4
+++ b/parser/sql/dialect/oracle/src/main/antlr4/imports/oracle/DALStatement.g4
@@ -17,8 +17,7 @@
 
 grammar DALStatement;
 
-import BaseRule;
-import DMLStatement;
+import BaseRule, DMLStatement;
 
 alterResourceCost
     : ALTER RESOURCE COST ((CPU_PER_SESSION | CONNECT_TIME | 
LOGICAL_READS_PER_SESSION | PRIVATE_SGA) INTEGER_)+

Reply via email to