[HUDI-3808] Flink bulk_insert timestamp(3) can not be read by Spark (#5236)
This commit is contained in:
@@ -29,6 +29,10 @@
|
||||
<name>hudi-flink-client</name>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<properties>
|
||||
<parquet.version>${flink.format.parquet.version}</parquet.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<!-- Hudi -->
|
||||
<dependency>
|
||||
@@ -87,6 +91,13 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.parquet</groupId>
|
||||
<artifactId>parquet-avro</artifactId>
|
||||
<version>${parquet.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.parquet</groupId>
|
||||
<artifactId>parquet-column</artifactId>
|
||||
<version>${parquet.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Hoodie - Test -->
|
||||
|
||||
Reference in New Issue
Block a user