Skip to content

v0.54.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Apr 04:36
· 56 commits to main since this release

0.54.0 (2025-04-13)

⚠ BREAKING CHANGES

  • isthmus: converting a Calcite RelRoot no longer produces a Substrait Rel

Features

  • isthmus: convert Calcite RelRoot to Substrait Plan.Root (#370) (b7abddd)
  • isthmus: support more datetime extract variants (#360) (134c224)
  • pojo: add builder methods to Plan and Plan.Root (#374) (ae70dc4)
  • spark: add some date functions (#373) (2ece486)
  • spark: make SparkSession optional (#385) (b67599e)

Bug Fixes

  • isthmus: use explicit return type for scalar function expressions (#355) (867697c)
  • spark: remove internal functions MakeDecimal and UnscaledValue (#386) (7a689e9)
  • spark: use ImmutableFileFormat builders (#384) (7b520a7)