Skip to content

Commit ec8a61d

Browse files
author
duhanmin
committed
支持Presto
1 parent df6d5b0 commit ec8a61d

File tree

13 files changed

+25526
-13
lines changed

13 files changed

+25526
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### 介绍
22

3-
基于antlr4 statement 解析器,支持spark sql, tidb sql, flink sql, Spark/flink jar 运行命令解析
3+
基于antlr4 statement 数据血缘解析器,支持spark sql,presto sql,tidb sql, flink sql, Spark/flink jar 运行命令解析
44

55
##### build
66

pom.xml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.bigdata.sql.parser</groupId>
88
<artifactId>bigdata-sql-parser</artifactId>
9-
<version>2.1.0-SNAPSHOT</version>
9+
<version>1.0.0</version>
1010

1111
<properties>
1212
<kotlin.version>1.3.72</kotlin.version>
@@ -31,12 +31,19 @@
3131
<artifactId>commons-collections</artifactId>
3232
<version>3.2.2</version>
3333
</dependency>
34+
3435
<dependency>
3536
<groupId>commons-configuration</groupId>
3637
<artifactId>commons-configuration</artifactId>
3738
<version>1.10</version>
3839
</dependency>
3940

41+
<dependency>
42+
<groupId>com.facebook.presto</groupId>
43+
<artifactId>presto-parser</artifactId>
44+
<version>0.259.1</version>
45+
</dependency>
46+
4047
<dependency>
4148
<groupId>junit</groupId>
4249
<artifactId>junit</artifactId>
@@ -48,22 +55,13 @@
4855
<groupId>org.slf4j</groupId>
4956
<artifactId>slf4j-api</artifactId>
5057
<version>1.7.24</version>
58+
<scope>provided</scope>
5159
</dependency>
5260
<dependency>
5361
<groupId>org.slf4j</groupId>
5462
<artifactId>log4j-over-slf4j</artifactId>
5563
<version>1.7.24</version>
56-
</dependency>
57-
<!-- logback -->
58-
<dependency>
59-
<groupId>ch.qos.logback</groupId>
60-
<artifactId>logback-core</artifactId>
61-
<version>1.2.1</version>
62-
</dependency>
63-
<dependency>
64-
<groupId>ch.qos.logback</groupId>
65-
<artifactId>logback-classic</artifactId>
66-
<version>1.2.1</version>
64+
<scope>provided</scope>
6765
</dependency>
6866
</dependencies>
6967

0 commit comments

Comments
 (0)