mirror of
https://github.com/valitydev/clickhouse-sink-connector.git
synced 2024-11-06 02:25:18 +00:00
Cleanup and rebuild grammars
This commit is contained in:
parent
6d9cb1b1a0
commit
bada816bc0
@ -1,4 +1,5 @@
|
||||
wget https://download.java.net/java/GA/jdk19.0.2/fdb695a9d9064ad6b064dc6df578380c/7/GPL/openjdk-19.0.2_linux-x64_bin.tar.gz
|
||||
wget https://www.antlr.org/download/antlr-4.11.1-complete.jar
|
||||
tar zxvf openjdk-19.0.2_linux-x64_bin.tar.gz
|
||||
jdk-19.0.2/bin/java -Xmx500M -cp antlr-4.11.1-complete.jar org.antlr.v4.Tool -Dlanguage=Python3 -no-visitor antlr_grammars/mysql/MySqlParser.g4 antlr_grammars/mysql/MySqlLexer.g4 -o db_load/mysql_parser
|
||||
cp antlr_grammars/mysql/*.g4 .
|
||||
jdk-19.0.2/bin/java -Xmx500M -cp antlr-4.11.1-complete.jar org.antlr.v4.Tool -Dlanguage=Python3 -no-visitor MySqlParser.g4 MySqlLexer.g4 -o db_load/mysql_parser
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user