Releases: substrait-io/substrait-java
Releases · substrait-io/substrait-java
v0.49.0
09 Mar 03:02
Compare
Sorry, something went wrong.
No results found
0.49.0 (2025-03-09)
Features
pojo: support best_effort_filter on ReadRel messages (780a0bb )
v0.48.0
24 Feb 00:09
Compare
Sorry, something went wrong.
No results found
0.48.0 (2025-02-24)
Features
isthmus: support full expressions in SortRel (#322 ) (80f8678 )
v0.47.0
09 Feb 03:20
Compare
Sorry, something went wrong.
No results found
0.47.0 (2025-02-09)
⚠ BREAKING CHANGES
pojo: AggregationPhase enum has a new allowed value
Features
pojo: add UNSPECIFIED value to AggregationPhase enum (#320 ) (a0ef1dd )
spark: add support for DelimiterSeparatedTextReadOptions (#323 ) (13da183 )
Bug Fixes
isthmus: more standard SQL for TPCDS query 72 (#326 ) (b4afdb2 )
v0.46.1
22 Dec 03:15
Compare
Sorry, something went wrong.
No results found
0.46.1 (2024-12-22)
Bug Fixes
spark: casting date/time requires timezone (#318 ) (af5a615 )
v0.46.0
01 Dec 03:40
Compare
Sorry, something went wrong.
No results found
0.46.0 (2024-12-01)
Features
spark: add some numeric function mappings (#317 ) (6bb46ac )
v0.45.1
24 Nov 03:25
Compare
Sorry, something went wrong.
No results found
0.45.1 (2024-11-24)
Bug Fixes
spark: incorrect conversion of expand relation (#316 ) (6c78d48 )
v0.45.0
27 Oct 03:21
Compare
Sorry, something went wrong.
No results found
0.45.0 (2024-10-27)
⚠ BREAKING CHANGES
spark: Spark TimestampNTZType is now emitted as Substrait PrecisionTimestamp
spark: Spark TimestampType is now emitted as Substrait PrecisionTimestampTZ
feat(core): added support for Expression.EmptyMapLiteral
Features
spark: add Window support (#307 ) (b3f61a2 )
spark: additional type and literal support (#311 ) (513a049 )
spark: bitwise functions (#309 ) (b8ccd8b )
spark: convert VirtualTableScan to LocalRelation (#312 ) (3f2cc1e )
spark: enable upper/lower/concat/coalesce string functions (#308 ) (fc8a764 )
Bug Fixes
propagate sorts in aggregate function invocation proto->rel (#313 ) (75ebac2 )
spark: nullability of output columns of expand relation (#310 ) (6413e55 )
v0.44.0
20 Oct 03:18
Compare
Sorry, something went wrong.
No results found
0.44.0 (2024-10-20)
Features
spark: map EqualNullSafe fn to is_not_distinct_from (#306 ) (357cc01 )
spark: support conversion of boolean types (#305 ) (d5452ad )
v0.43.0
13 Oct 03:16
Compare
Sorry, something went wrong.
No results found
0.43.0 (2024-10-13)
Features
spark: support for FetchRel offset field (#296 ) (d22c07f )
v0.42.0
06 Oct 03:17
Compare
Sorry, something went wrong.
No results found
0.42.0 (2024-10-06)
⚠ BREAKING CHANGES
EXCEPT ALL and INTERSECT ALL now output different SetOps
Features
Miscellaneous Chores