Skip to content

Commit 3db7ccc

Browse files
authored
chore(substrait): bump to v0.44.0 (#48)
1 parent ef4b47a commit 3db7ccc

File tree

4 files changed

+25
-14
lines changed

4 files changed

+25
-14
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.43.0"
7-
__substrait_hash__ = "5e1948e"
6+
__substrait_version__ = "0.44.0"
7+
__substrait_hash__ = "2e12da1"
88
__minimum_substrait_version__ = "0.30.0"

src/substrait/extensions/functions_logarithmic.yaml

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

src/substrait/extensions/functions_string.yaml

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

0 commit comments

Comments
 (0)