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

AvroParquetWriter needs OutputFile based Builder

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.9.1
    • 1.10.0
    • parquet-avro
    • None

    Description

      The ParquetWriter got a new Builder(OutputFile).
      But it cannot be used by the AvroParquetWriter as there is no matching Builder/Constructor.

      Changes are quite simple:

      public static <T> Builder<T> builder(OutputFile file)

      { return new Builder<T>(file) }

      and in the static Builder class below

      private Builder(OutputFile file)

      { super(file); }

      Note: I am not good enough with builds, maven and git to create a pull request yet. Sorry. Will try to get better here.

      See: https://issues.apache.org/jira/browse/PARQUET-1142

      Attachments

        Activity

          People

            rdblue Ryan Blue
            wdaehn Werner Daehn
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: