forked from apache/flink
-
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.
[FLINK-8230] [orc] Fix NPEs when reading nested columns.
- fixes NPEs for null-valued structs, lists, and maps - fixes NPEs for repeating structs, lists, and maps - adds test for deeply nested data with nulls - adds test for columns with repeating values This closes apache#5373.
- Loading branch information
Showing
9 changed files
with
1,993 additions
and
1,522 deletions.
There are no files selected for viewing
1,402 changes: 1,402 additions & 0 deletions
1,402
flink-connectors/flink-orc/src/main/java/org/apache/flink/orc/OrcBatchReader.java
Large diffs are not rendered by default.
Oops, something went wrong.
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.