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/paimon-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: apache/paimon-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-0.3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 92 files changed
  • 4 contributors

Commits on Aug 4, 2026

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

Commits on Aug 5, 2026

  1. fix: support nullable map key schemas and reject null key data (#176)

    * fix: support nullable map key schemas and reject null key data
    
    * add validate for avro
    lxy-9602 authored and SteNicholas committed Aug 5, 2026
    Configuration menu
    Copy the full SHA
    9d19960 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a97335 View commit details
    Browse the repository at this point in the history
  3. fix(parquet): allow reading nested list/map columns whose leaf types …

    …differ only in representation (#172)
    zhf999 authored and SteNicholas committed Aug 5, 2026
    Configuration menu
    Copy the full SHA
    573f829 View commit details
    Browse the repository at this point in the history
  4. feat: update commit message to version 12 (#179)

    * feat: update commit message to version 12
    
    * add compatibility test
    
    * fix pre-commit
    lszskye authored and SteNicholas committed Aug 5, 2026
    Configuration menu
    Copy the full SHA
    794d394 View commit details
    Browse the repository at this point in the history
  5. fix(parquet): avoid seeking into the middle of a row group when prefe…

    …tch and page index filtering are both enabled (#185)
    
    * test: add test cases to show problem
    
    * fix: avoid seek to the middle of a RowGroup when reading a parquet with prefetch=on and page-inex-filter=on
    
    * test: update test cases
    
    * fix: partially-matched path do not push next_row_to_read
    
    * test: update test comments and enable multi-thread reading
    
    * style: update comments
    
    * clang-format
    zhf999 authored and SteNicholas committed Aug 5, 2026
    Configuration menu
    Copy the full SHA
    efbfc84 View commit details
    Browse the repository at this point in the history
Loading