Skip to content

Commit 54e8d6e

Browse files
authored
chore(substrait): bump to v0.49.0 (#58)
1 parent 9bab20b commit 54e8d6e

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

src/substrait/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
except ImportError:
44
pass
55

6-
__substrait_version__ = "0.48.0"
7-
__substrait_hash__ = "3dc77ae"
6+
__substrait_version__ = "0.49.0"
7+
__substrait_hash__ = "fcf0f76"
88
__minimum_substrait_version__ = "0.30.0"

src/substrait/extensions/functions_arithmetic_decimal.yaml

+9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/substrait/extensions/functions_comparison.yaml

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)