v0.63.0
substrait-project-bot
released this
15 Dec 03:04
·
11 commits
to main
since this release
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.