Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PARQUET-1128: Upgrade the Apache Arrow version to 0.7.1 for SchemaConverter #423

Closed
wants to merge 3 commits into from
Closed

Conversation

masayuki038
Copy link
Contributor

@masayuki038 masayuki038 commented Aug 13, 2017

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.7.1 for SchemaConverter.

@masayuki038 masayuki038 changed the title Upgrade the Apache Arrow version to 0.5.0 for SchemaConverter [PARQUET-1128] Upgrade the Apache Arrow version to 0.7.1 for SchemaConverter Oct 11, 2017
@masayuki038 masayuki038 changed the title [PARQUET-1128] Upgrade the Apache Arrow version to 0.7.1 for SchemaConverter PARQUET-1128: Upgrade the Apache Arrow version to 0.7.1 for SchemaConverter Oct 11, 2017
@masayuki038
Copy link
Contributor Author

I have canceled this and recreated the new PR. It is as follows.
#443

@masayuki038 masayuki038 closed this Jan 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant