Uploaded image for project: 'Parquet'
  1. Parquet
  2. PARQUET-1719

Make ParquetReader(List<InputFile>, ParquetReadOptions, ReadSupport<T>) constructor public

    XMLWordPrintableJSON

Details

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              dmsysolyatin Dmitry Sysolyatin
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: