Skip to content

Commit 8a04979

Browse files
codopeneverdizzy
authored andcommitted
[HUDI-4025] Add Presto and Trino query node to validate queries (apache#5578)
* Add Presto and Trino query nodes to hudi-integ-test * Add yamls for query validation * Add presto-jdbc and trino-jdbc to integ-test-bundle (cherry picked from commit 2996292)
1 parent a1678b6 commit 8a04979

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,6 +1073,18 @@
10731073
</exclusions>
10741074
</dependency>
10751075

1076+
<dependency>
1077+
<groupId>com.facebook.presto</groupId>
1078+
<artifactId>presto-jdbc</artifactId>
1079+
<version>${presto.version}</version>
1080+
</dependency>
1081+
1082+
<dependency>
1083+
<groupId>io.trino</groupId>
1084+
<artifactId>trino-jdbc</artifactId>
1085+
<version>${trino.version}</version>
1086+
</dependency>
1087+
10761088
<!-- Zookeeper -->
10771089
<dependency>
10781090
<groupId>org.apache.curator</groupId>

0 commit comments

Comments
 (0)