Skip to content

Commit 7bac4c6

Browse files
authored
chore(substrait): bump to v0.74.0 (#83)
1 parent 1d9fbda commit 7bac4c6

File tree

6 files changed

+259
-171
lines changed

6 files changed

+259
-171
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.71.0"
7-
__substrait_hash__ = "413c7c8"
6+
__substrait_version__ = "0.74.0"
7+
__substrait_hash__ = "793c64b"
88
__minimum_substrait_version__ = "0.30.0"

src/substrait/extensions/functions_arithmetic.yaml

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

src/substrait/gen/__init__.pyi

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

src/substrait/gen/proto/algebra_pb2.py

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

src/substrait/gen/proto/algebra_pb2.pyi

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

0 commit comments

Comments
 (0)