forked from apache/parquet-java
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PARQUET-1128: [Java] Upgrade the Apache Arrow version to 0.8.0 for Sc…
…hemaConverter When I converted parquet(1.9.1-SNAPSHOT) schema to arrow(0.4.0) with SchemaConverter, this exception raised. ``` java.lang.NoClassDefFoundError: org/apache/arrow/vector/types/pojo/ArrowType$Struct_ at net.wrap_trap.parquet_arrow.ParquetToArrowConverter.convertToArrow(ParquetToArrowConverter.java:67) at net.wrap_trap.parquet_arrow.ParquetToArrowConverter.convertToArrow(ParquetToArrowConverter.java:40) at net.wrap_trap.parquet_arrow.ParquetToArrowConverterTest.parquetToArrowConverterTest(ParquetToArrowConverterTest.java:27) ``` This reason is that SchemaConverter refer to Apache Arrow 0.1.0. I upgrade the Apache Arrow version to 0.8.0(latest) for SchemaConverter. Author: Masayuki Takahashi <[email protected]> Closes apache#443 from masayuki038/PARQUET-1128 and squashes the following commits: 8ba4781 [Masayuki Takahashi] PARQUET-1128: [Java] Upgrade the Apache Arrow version to 0.8.0 for SchemaConverter b80d793 [Masayuki Takahashi] PARQUET-1128: [Java] Upgrade the Apache Arrow version to 0.8.0 for SchemaConverter
- Loading branch information
1 parent
f937112
commit af977ad
Showing
3 changed files
with
299 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.