Skip to content

v0.102.0

Latest

Choose a tag to compare

@substrait-project-bot substrait-project-bot released this 23 Aug 02:56

0.102.0 (2026-08-23)

⚠ BREAKING CHANGES

  • protos: deprecates the offset field of the Preceding and
    Following window bounds in favor of the new offset_expr field, which
    accepts an arbitrary expression instead of an integer literal. Consumers
    should add offset_expr support before producers switch to it. The PR
    also requires explicit window frame bounds type. Producers should set
    the bounds type and Consumers should reject BOUNDS_TYPE_UNSPECIFIED in
    such cases.

Features