[
https://issues.apache.org/jira/browse/PARQUET-1719?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated PARQUET-1719:
------------------------------------
Labels: pull-request-available (was: )
> Make ParquetReader(List<InputFile>, ParquetReadOptions, ReadSupport<T>)
> constructor public
> ------------------------------------------------------------------------------------------
>
> Key: PARQUET-1719
> URL: https://issues.apache.org/jira/browse/PARQUET-1719
> Project: Parquet
> Issue Type: Improvement
> Components: parquet-mr
> Reporter: Dmitry Sysolyatin
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.11.0
>
>
> My application uses s3 storage to store parquet files. The problem is that
> there is not ability to get rid from `new Configuration(true);` which load
> configuration from files:
> `core-default.xml` and `core-site.xml` every time when ParquetReader instance
> is created.
> I suggest just make ParquetReader(List<InputFile>, ParquetReadOptions,
> ReadSupport<T>) constructor public then there will be ability to do custom
> builder.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)