github substrait-io/substrait v0.63.0

latest releases: v0.87.0, v0.86.0, v0.85.0...
16 months ago

0.63.0 (2024-12-15)

⚠ BREAKING CHANGES

  • The encoding of FetchRel has changed in a strictly
    backwards incompatible way. The change involves transitioning offset and
    count from a standalone int64 field to a oneof structure, where the
    original int64 field is marked as deprecated, and a new field of
    Expression type is introduced. Using a oneof may cause ambiguity between
    unset and set-to-zero states in older messages. However, the fields are
    defined such that their logical meaning remains indistinguishable,
    ensuring consistency across encodings.

Features

  • add expression support for count and offset in the fetch operator (#748) (bd4b431)
  • add simple linking to the examples (#702) (4c00b1c)
  • support missing variants for regexp string functions (#750) (3410a3e)

Don't miss a new substrait release

NewReleases is sending notifications on new releases.