You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* parsed SQL no longer uses the default Calcite type system
9
+
* ToProto#toProto now consumes a RelProtoConverter
10
+
11
+
build: enable protobuf compilation for use with Isthmus tests
12
+
test: add RelExtensionRoundtripTest
13
+
14
+
Helps verify that substrait-java can handle Extension relations from
15
+
protobuf to Calcite and back
16
+
17
+
### Features
18
+
19
+
* allow for more ergonomic conversion of Extension relations ([#341](https://github.com/substrait-io/substrait-java/issues/341)) ([d705f5a](https://github.com/substrait-io/substrait-java/commit/d705f5afb56cef28221aed0904da55541e3c2a6e))
20
+
***spark:** support round, floor and ceil functions ([#347](https://github.com/substrait-io/substrait-java/issues/347)) ([2d7fd37](https://github.com/substrait-io/substrait-java/commit/2d7fd37b39c3be4366d48e7eeadc30644645f2ed))
21
+
***spark:** support SELECT without FROM clause ([#344](https://github.com/substrait-io/substrait-java/issues/344)) ([d91b44f](https://github.com/substrait-io/substrait-java/commit/d91b44fd7c7fbea7f75046f188eb63ada6d77a7a))
22
+
23
+
### Bug Fixes
24
+
25
+
* use SubstraitTypeSystem when parsing SQL ([#350](https://github.com/substrait-io/substrait-java/issues/350)) ([128d497](https://github.com/substrait-io/substrait-java/commit/128d497ed87ad7cd45cc96e5eeb5fa73870b7b65))
0 commit comments