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)