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/orc-format
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: apache/orc-format
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 15, 2025

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

Commits on Aug 13, 2025

  1. ORC-FORMAT-29: Upgrade protoc and protobuf-java to 3.25.8

    ### What changes were proposed in this pull request?
    
    This PR aims to fix the mismatch between protoc and protobuf in orc-format module.
    
    ### Why are the changes needed?
    
    Using ORC 2.1.3, `protobuf.GeneratedMessage` will output some warning information.
    
    apache/orc#2305
    
    ### How was this patch tested?
    local test
    
    After regenerating orc-format, no warning.
    
    This closes #29
    
    (cherry picked from commit 654dd3f)
    Signed-off-by: Dongjoon Hyun <[email protected]>
    cxzl25 authored and dongjoon-hyun committed Aug 13, 2025
    Configuration menu
    Copy the full SHA
    f8dcf9e View commit details
    Browse the repository at this point in the history
  2. ORC-FORMAT-31: Update GitHub Action jobs in branch-1.1 (#32)

    ### What changes were proposed in this pull request?
    
    This PR aims to enable `GitHub Actions` on `branch-1.1`.
    
    ### Why are the changes needed?
    
    To enable
    - PR CI
    - Commit CI
    - Publish CI
    
    ### How was this patch tested?
    
    Check the CIs.
    dongjoon-hyun authored Aug 13, 2025
    Configuration menu
    Copy the full SHA
    3188c47 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

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