Skip to content

Commit c6a5fcf

Browse files
authored
chore(substrait): bump to v0.56.0 (#62)
1 parent 3ccd260 commit c6a5fcf

File tree

5 files changed

+332
-309
lines changed

5 files changed

+332
-309
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.54.0"
7-
__substrait_hash__ = "93c8339"
6+
__substrait_version__ = "0.56.0"
7+
__substrait_hash__ = "bc4d6fb"
88
__minimum_substrait_version__ = "0.30.0"

src/substrait/extensions/functions_datetime.yaml

+35-35
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

+269-269
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

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

0 commit comments

Comments
 (0)