You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments