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: datafusion-contrib/datafusion-orc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: datafusion-contrib/datafusion-orc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0
Choose a head ref
  • 10 commits
  • 208 files changed
  • 11 contributors

Commits on Oct 24, 2024

  1. feat: Add Cargo Deny license check to CI workflow (#131)

    * feat: Add Cargo Deny license check to CI workflow
    
    Signed-off-by: Ruihang Xia <[email protected]>
    
    * only check license
    
    Signed-off-by: Ruihang Xia <[email protected]>
    
    ---------
    
    Signed-off-by: Ruihang Xia <[email protected]>
    waynexia authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e260f54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25f6a1c View commit details
    Browse the repository at this point in the history
  3. chore: Add license headers for toml/yml/proto (#135)

    Signed-off-by: Xuanwo <[email protected]>
    Xuanwo authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    adbfa64 View commit details
    Browse the repository at this point in the history
  4. skip reading unused columns (#133)

    * skip reading unused columns
    
    * fix lint
    
    * supports complex data types
    
    ---------
    
    Co-authored-by: zhangli20 <[email protected]>
    richox and zhangli20 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    883c892 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

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

Commits on Dec 31, 2024

  1. Fix main CI (#141)

    * Fix main CI
    
    * Bump datafusion from 42 to 43
    
    * Revert "Bump datafusion from 42 to 43"
    
    This reverts commit d697a0c.
    
    * Disable license check action
    Jefffrey authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    251ed26 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

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

Commits on Oct 13, 2025

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

Commits on Oct 18, 2025

  1. Fix license header CI by adding Apache license to Makefile (#145)

    * Initial plan
    
    * Add Apache license header to Makefile
    
    Co-authored-by: waynexia <[email protected]>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <[email protected]>
    Co-authored-by: waynexia <[email protected]>
    Copilot and waynexia authored Oct 18, 2025
    Configuration menu
    Copy the full SHA
    f2e6b60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6abd1c4 View commit details
    Browse the repository at this point in the history
Loading