forked from apache/parquet-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PARQUET-346: Minor fixes for PARQUET-350, PARQUET-348, PARQUET-346, P…
…ARQUET-345 PARQUET-346: ThriftSchemaConverter throws for unknown struct or union type This is triggered when passing a StructType that comes from old file metadata PARQUET-350: ThriftRecordConverter throws NPE for unrecognized enum values This is just some better error reporting. PARQUET-348: shouldIgnoreStatistics too noisy This is just a case of way over logging something, to the point that it make the logs unreadable PARQUET-345 ThriftMetaData toString() should not try to load class reflectively This is a case where the error reporting itself crashes, which results in the real error message getting lost Author: Alex Levenson <[email protected]> Closes apache#252 from isnotinvain/alexlevenson/various-fixes and squashes the following commits: 9b5cb0e [Alex Levenson] Add comments, cleanup some minor use of ThriftSchemaConverter 376343e [Alex Levenson] Fix test d9d5dad [Alex Levenson] add license headers e26dc0c [Alex Levenson] Add tests 8d9dde0 [Alex Levenson] Fixes for PARQUET-350, PARQUET-348, PARQUET-346, PARQUET-345
- Loading branch information
1 parent
454fc36
commit b86f68e
Showing
16 changed files
with
303 additions
and
59 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
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
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
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.