chore(deps)!: bump substrait packages to 0.97.0#230
Open
nielspardon wants to merge 1 commit into
Open
Conversation
Bump substrait-protobuf, substrait-extensions, and substrait-antlr from 0.96.0 to 0.97.0, and regenerate uv.lock and pixi.lock. BREAKING CHANGE: An unset IntervalDay.precision no longer defaults to microseconds (6). Producers must set precision explicitly and consumers should reject an unset precision; picosecond precision (12) is now allowed. The interval_day() builder already requires an explicit precision, so no API change is needed.
nielspardon
requested review from
andrew-coleman,
benbellick,
bestbeforetoday,
tokoko and
vbarua
July 21, 2026 06:51
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump
substrait-protobuf,substrait-extensions, andsubstrait-antlrfrom 0.96.0 to 0.97.0, and regenerateuv.lockandpixi.lock.Tracks the Substrait v0.97.0 release (#1110).
The v0.97.0 proto change is comment/semantic only (no structural change to any message):
IntervalDay.precisionis now required rather than defaulting to microseconds, and picosecond precision (12) is documented as allowed.substrait-pythonalready complies —type.interval_day(precision)requires an explicit precision, and everyIntervalDayconstruction (builders/type.py,derivation_expression.py,type_inference.py) sets it — so no source change is needed.Verified locally:
uv run --frozen pytest(543 passed, 30 skipped),pixi run lint,pixi run format --check, andcheck_substrait_package_versions.shall pass.Closes #210
BREAKING CHANGE: An unset
IntervalDay.precisionno longer defaults to microseconds (6). Producers must set precision explicitly and consumers should reject an unset precision; picosecond precision (12) is now allowed. Theinterval_day()builder already requires an explicit precision, so no API change is needed.🤖 Generated with AI