Skip to content

Commit

Permalink
Support Parquet timestamp type (#890)
Browse files Browse the repository at this point in the history
Refactor HdfsHelper:transportParRecord and HdfsHelper:generateParquetSchema methods to support parquet timestamp (INT96) type

Fix #520
  • Loading branch information
wgzhao authored Aug 17, 2023
1 parent c375a6f commit 3eb6289
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 141 deletions.
6 changes: 6 additions & 0 deletions plugin/writer/hdfswriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,12 @@
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-serde</artifactId>
<version>3.1.3</version>
<scope>compile</scope>
</dependency>

</dependencies>
<build>
Expand Down
Loading

0 comments on commit 3eb6289

Please sign in to comment.