1
0

[HUDI-514] A schema provider to get metadata through Jdbc (#1200)

This commit is contained in:
openopen2
2020-02-14 10:06:06 +08:00
committed by GitHub
parent 175de0db7b
commit dfbee673ef
9 changed files with 378 additions and 4 deletions

View File

@@ -69,6 +69,13 @@
</build>
<dependencies>
<!-- H2 database for JdbcbaseSchemaProvider -->
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>${h2.version}</version>
<scope>test</scope>
</dependency>
<!-- Jetty -->
<dependency>