forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parquet reader should use parent type for nested types (facebookincub…
…ator#7774) Summary: When traversing the Parquet metadata and evaluating a placeholder node (node created to represent "array" and "map") current implementation determines array(list) or map based on the number of children. But for some Parquet files, this is not necessarily accurate. A better check is to check on the parent of the placeholder node and determine the type of the parent. Pull Request resolved: facebookincubator#7774 Reviewed By: pedroerp Differential Revision: D56243812 Pulled By: Yuhta fbshipit-source-id: e7112e39271021006ad02914c4d1f128d1d38093
- Loading branch information
1 parent
841a9ba
commit 720787a
Showing
4 changed files
with
102 additions
and
4 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
Binary file not shown.
Binary file not shown.
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