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.16.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 26 files changed
  • 4 contributors

Commits on Aug 29, 2025

  1. Configuration menu
    Copy the full SHA
    36d1880 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f85f083 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2025

  1. Add comparator for UnknownLogicalType (#3292) (#3295)

    This was missing, which caused exceptions. This PR adds them
    including a test.
    
    It takes the comparator of the underlying physical type, but it
    should always compare two null values:
    
    https://github.com/apache/parquet-format/blob/471d33a3c9d46e05b8a189437a9364f959f93f09/LogicalTypes.md?plain=1#L887-L892
    
    Co-authored-by: Fokko Driesprong <fokko@apache.org>
    wgtmac and Fokko authored Aug 30, 2025
    Configuration menu
    Copy the full SHA
    0e279ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    402c381 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af217de View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

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

Commits on Nov 10, 2025

  1. GH-3350: Avoid flushing data to cloud when exception is thrown (#3351)

    (cherry picked from commit 2bcd2bd)
    Jiayi-Wang-db authored and gszadovszky committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    3347f6d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

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