You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
extensions: add a decimal overload for negate (#1177) (6092523)