Skip to content

Releases: substrait-io/substrait-java

v0.9.0

30 Apr 02:49
Compare
Choose a tag to compare

0.9.0 (2023-04-30)

Features

  • support for custom scalar and aggregate fns (#140) (8bd599a)

v0.8.0

09 Apr 02:48
Compare
Choose a tag to compare

0.8.0 (2023-04-09)

⚠ BREAKING CHANGES

  • Use commonExtension to indicate that these extensions
    are associated with the RelCommon message
  • Use relExtension to indicate that these extensions
    are associated directly with Rels

Features

v0.7.0

12 Mar 03:09
Compare
Choose a tag to compare

0.7.0 (2023-03-12)

Features

v0.6.0

05 Mar 03:19
Compare
Choose a tag to compare

0.6.0 (2023-03-05)

Features

  • add FailureBehavior enum to Cast immutable (#115) (fd7cd5f)

Bug Fixes

  • incorrect mapping of floating point + and - ops (#131) (963c72f)

v0.5.0

05 Feb 03:01
Compare
Choose a tag to compare

0.5.0 (2023-02-05)

Features

Bug Fixes

v0.4.0

29 Jan 02:59
Compare
Choose a tag to compare

0.4.0 (2023-01-29)

Features

  • registered upper & lower in function mapping (#103) (c4f94db)

v0.3.0

19 Jan 22:16
Compare
Choose a tag to compare

0.3.0 (2023-01-19)

⚠ BREAKING CHANGES

  • SubstraitRelNodeConverter constructor has changed

Features

  • Set RelBuilder directly in SubstraitRelNodeConverter (#117) (5c84515)

v0.2.0

04 Dec 03:01
Compare
Choose a tag to compare

0.2.0 (2022-12-04)

Features

  • support parsing of SQL queries with APPLY (#106) (4c81833)

v0.1.4

30 Nov 22:53
Compare
Choose a tag to compare

0.1.4 (2022-11-30)

Bug Fixes

  • open, close and promote from staging to maven (#112) (565e340)