1
0

[HUDI-3808] Flink bulk_insert timestamp(3) can not be read by Spark (#5236)

This commit is contained in:
Danny Chan
2022-04-07 15:17:39 +08:00
committed by GitHub
parent d43b4cd95e
commit e33149be9a
7 changed files with 48 additions and 16 deletions

View File

@@ -34,8 +34,8 @@
<flink.bundle.hive.scope>provided</flink.bundle.hive.scope>
<flink.bundle.shade.prefix>org.apache.hudi.</flink.bundle.shade.prefix>
<javax.servlet.version>3.1.0</javax.servlet.version>
<!-- override to be same with flink 1.12.2 -->
<parquet.version>1.11.1</parquet.version>
<!-- override to be same with flink 1.15.x -->
<parquet.version>${flink.format.parquet.version}</parquet.version>
<hive.version>2.3.1</hive.version>
<thrift.version>0.9.3</thrift.version>
</properties>