Skip to content

v0.66.0

Choose a tag to compare

@substrait-java-releaser substrait-java-releaser released this 09 Oct 03:01
· 31 commits to main since this release

0.66.0 (2025-10-09)

⚠ BREAKING CHANGES

  • core: Plan now uses POJO AdvancedExtension
  • core: Optimization class is now nested under AdvancedExtension
  • core: Enhancement class is now nested under AdvancedExtension
  • core: EmptyOptimization has been removed
  • uri() methods are now urn()
  • namespace() methods are now urn()
  • removed SimpleExtension.loadDefaults

Features

  • core: use AdvancedExtension POJO in Plan POJO (#533) (2819bc6)
  • enable handling of URNs alongside URIs (#522) (26e1e3e)
  • handle new grouping mechanism in AggregateRel protos (#521) (637ffbf)
  • introduce DefaultExtensionCatalog.DEFAULT_COLLECTION (#529) (a15d9c7)
  • isthmus: support subquery nested in project (#530) (c7a1a34)
  • spark: support Hive DDL / Insert operations (#518) (c20836e)

Bug Fixes

  • isthmus: improve derivation of AggregateRel return type (#508) (cf4ad93)
  • spark: sporadic failures in Hive test suite (#540) (c6c552d)