You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@parquet.apache.org by "Alex Levenson (JIRA)" <ji...@apache.org> on 2015/07/28 21:57:04 UTC

[jira] [Created] (PARQUET-347) Thrift projection does not handle new (optional) fields in requestedSchema

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)