[ 
https://issues.apache.org/jira/browse/PARQUET-1913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17199759#comment-17199759
 ] 

ASF GitHub Bot commented on PARQUET-1913:
-----------------------------------------

belugabehr closed pull request #816:
URL: https://github.com/apache/parquet-mr/pull/816


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> ParquetReader Should Support InputFile
> --------------------------------------
>
>                 Key: PARQUET-1913
>                 URL: https://issues.apache.org/jira/browse/PARQUET-1913
>             Project: Parquet
>          Issue Type: Improvement
>            Reporter: David Mollitor
>            Assignee: David Mollitor
>            Priority: Major
>
> When creating a {{ParquetReader}}, a "read support" object is required.
> https://github.com/apache/parquet-mr/blob/master/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetReader.java#L325-L330
> However, when building from an {{InputFile}}, 'readSupport' is always 'null' 
> and therefore will never work.
> https://github.com/apache/parquet-mr/blob/master/parquet-hadoop/src/main/java/org/apache/parquet/hadoop/ParquetReader.java#L202
> Add the read support option just as is done with a {{Path}} object.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to