Alex Levenson created PARQUET-347:
-------------------------------------
Summary: Thrift projection does not handle new (optional) fields
in requestedSchema
Key: PARQUET-347
URL: https://issues.apache.org/jira/browse/PARQUET-347
Project: Parquet
Issue Type: Bug
Components: parquet-mr
Reporter: Alex Levenson
It should be valid to request an optional field that is not present in a file
(it should be assumed to be null) but instead this throws eagerly in:
https://github.com/apache/parquet-mr/blob/d6f082b9be5d507ff60c6bc83a179cc44015ab97/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/api/ReadSupport.java#L58
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)