Skip to content

Commit

Permalink
chore(substrait): bump to v0.47.0 (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
gforsyth authored Apr 22, 2024
1 parent 783e68a commit 03d7fa6
Show file tree
Hide file tree
Showing 9 changed files with 209 additions and 148 deletions.
4 changes: 2 additions & 2 deletions src/substrait/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
except ImportError:
pass

__substrait_version__ = "0.46.0"
__substrait_hash__ = "1a51b3d"
__substrait_version__ = "0.47.0"
__substrait_hash__ = "9cba028"
__minimum_substrait_version__ = "0.30.0"
7 changes: 7 additions & 0 deletions src/substrait/extensions/functions_arithmetic.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions src/substrait/extensions/functions_comparison.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

48 changes: 48 additions & 0 deletions src/substrait/extensions/functions_logarithmic.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions src/substrait/extensions/functions_set.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

236 changes: 118 additions & 118 deletions src/substrait/gen/proto/algebra_pb2.py

Large diffs are not rendered by default.

22 changes: 14 additions & 8 deletions src/substrait/gen/proto/algebra_pb2.pyi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03d7fa6

Please sign in to comment.