Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/parquet-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: apache/parquet-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: parquet-1.13.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 40 files changed
  • 8 contributors

Commits on Apr 2, 2023

  1. Configuration menu
    Copy the full SHA
    a095561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e369ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a52ce55 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    54b4501 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Configuration menu
    Copy the full SHA
    30a42c3 View commit details
    Browse the repository at this point in the history
  2. PARQUET-2081: Fix support for rewriting files without ColumnIndexes (#…

    …1048) (#1058)
    
    Fix for failure when rewriting ColumnChunks that do not have a ColumnIndex populated
    
    Co-authored-by: Richard Kerr <kerr.richard@gmail.com>
    wgtmac and richardkerr authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    fad89ee View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. PARQUET-2283: Remove Hadoop HiddenFileFilter (#1072) (#1073)

    For Iceberg/Flink we would like to run without the hadoop dependencies.
    The use of the HiddenFileFilter is blocking this. This replaces the filter
    with a nice stream.
    Fokko authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    4f7ced5 View commit details
    Browse the repository at this point in the history
  2. PARQUET-2282: Don't initialize HadoopCodec (#1071) (#1074)

    At Iceberg we want to run Apache Flink without Hadoop, and
    by initializing HadoopCodec directly, but only if another
    codec hasn't been provided.
    Fokko authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    7d74292 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. Configuration menu
    Copy the full SHA
    bc5b658 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. PARQUET-2292: Improve default SpecificRecord model selection for Avro…

    …{Write,Read}Support (#1091)
    
    This commit contains following patches:
    
    * PARQUET-2265: Don't set default Model in AvroParquetWriter (#1049)
    - Don't set default Model in AvroParquetWriter
    - Test that data model is parsed from Configuration
    
    * PARQUET-2292: Default SpecificRecord model reflects from MODEL$ field (#1078)
    clairemcginty authored May 6, 2023
    Configuration menu
    Copy the full SHA
    5b62b43 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    728c1cb View commit details
    Browse the repository at this point in the history
  2. PARQUET-2276: Bring back support for Hadoop 2.7.3 (#1084) (#1090)

    * Bring back support for Hadoop 2.7.3
    
    * Simplify the code
    
    * Fix the naming
    
    * Comments
    Fokko authored May 9, 2023
    Configuration menu
    Copy the full SHA
    e2c2499 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Configuration menu
    Copy the full SHA
    db41831 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b3675b View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    d64e920 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Configuration menu
    Copy the full SHA
    e898c50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2ec934 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. PARQUET-2343: Fixes NPE when rewriting file with multiple rowgroups (#…

    …1137)
    
    Co-authored-by: Xianyang Liu <liu-xianyang@hotmail.com>
    wgtmac and ConeyLiu authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    cec54e4 View commit details
    Browse the repository at this point in the history
Loading