Skip to content

v0.51.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 03:26
· 2 commits to main since this release

0.51.0 (2025-03-23)

⚠ BREAKING CHANGES

  • parsed SQL no longer uses the default Calcite type system
  • ToProto#toProto now consumes a RelProtoConverter

build: enable protobuf compilation for use with Isthmus tests
test: add RelExtensionRoundtripTest

Helps verify that substrait-java can handle Extension relations from
protobuf to Calcite and back

Features

  • allow for more ergonomic conversion of Extension relations (#341) (d705f5a)
  • spark: support round, floor and ceil functions (#347) (2d7fd37)
  • spark: support SELECT without FROM clause (#344) (d91b44f)

Bug Fixes

  • use SubstraitTypeSystem when parsing SQL (#350) (128d497)