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: substrait-io/substrait-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.1
Choose a base ref
...
head repository: substrait-io/substrait-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.13.0
Choose a head ref
  • 4 commits
  • 9 files changed
  • 4 contributors

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    46f0b9f View commit details
    Browse the repository at this point in the history
  2. fix: left/right/outer joins have nullable fields (#157)

    During a left, right, or outer join, some set of fields from input
    become nullable because they are optionally matched in the output. For
    a left join, the right fields become nullable. For a right join, the
    left fields become nullable. For an outer join, both sets become
    nullable.
    carlyeks authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    b987058 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. [feat] more ergonomic converter extensions (#154)

    * feat: allow users to re-use remapApply code
    * feat: allow classes extending SubstraitToCalcite to access useful fields
    vbarua authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    fc57814 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

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