Skip to content

Commit 3ccd260

Browse files
authored
chore(substrait): bump to v0.54.0 (#61)
1 parent 9fe371e commit 3ccd260

14 files changed

+1076
-426
lines changed

src/substrait/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
except ImportError:
44
pass
55

6-
__substrait_version__ = "0.52.0"
7-
__substrait_hash__ = "a68c1ac"
6+
__substrait_version__ = "0.54.0"
7+
__substrait_hash__ = "93c8339"
88
__minimum_substrait_version__ = "0.30.0"

src/substrait/extensions/functions_aggregate_decimal_output.yaml

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/substrait/extensions/functions_arithmetic_decimal.yaml

Lines changed: 73 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)