forked from byzer-org/byzer-lang
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
允许使用set原生,会被spark 执行;修正mysql连接路径错误问题
- Loading branch information
1 parent
fce44b4
commit b1096d8
Showing
15 changed files
with
196 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
```shell | ||
cd /Users/allwefantasy/Softwares/antlr | ||
./antlr.sh /Users/allwefantasy/CSDNWorkSpace/streamingpro/streamingpro-dsl/src/main/resources/DSLSQL.g4 -o /Users/allwefantasy/CSDNWorkSpace/streamingpro/streamingpro-dsl-legacy/src/main/ | ||
./antlr-4.7.1.sh /Users/allwefantasy/CSDNWorkSpace/streamingpro/streamingpro-dsl/src/main/resources/DSLSQL.g4 -o /Users/allwefantasy/CSDNWorkSpace/streamingpro/streamingpro-dsl/src/main/ | ||
``` |
2 changes: 1 addition & 1 deletion
2
streamingpro-dsl-legacy/src/main/java/streaming/dsl/parser/DSLSQLBaseListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
streamingpro-dsl-legacy/src/main/java/streaming/dsl/parser/DSLSQLLexer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
streamingpro-dsl-legacy/src/main/java/streaming/dsl/parser/DSLSQLListener.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.