-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update substrait proto with tag v0.59.0
- Loading branch information
1 parent
e9a4ec4
commit 692498b
Showing
10 changed files
with
10,189 additions
and
2,796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule substrait
updated
18 files
+4 −4 | .github/workflows/pr.yml | |
+1 −1 | .github/workflows/pr_breaking.yml | |
+1 −1 | .github/workflows/release.yml | |
+83 −0 | CHANGELOG.md | |
+1 −1 | ci/release/dry_run.sh | |
+1 −1 | ci/release/run.sh | |
+14 −0 | core.go | |
+1 −1 | extensions/functions_arithmetic.yaml | |
+1 −1 | extensions/functions_geometry.yaml | |
+3 −0 | go.mod | |
+126 −0 | grammar/SubstraitLexer.g4 | |
+75 −0 | grammar/SubstraitType.g4 | |
+60 −5 | proto/substrait/algebra.proto | |
+42 −1 | site/docs/faq.md | |
+8 −4 | site/docs/governance.md | |
+2 −1 | site/docs/relations/_config | |
+26 −0 | site/docs/relations/common_fields.md | |
+34 −20 | site/docs/relations/logical_relations.md |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1,195 changes: 912 additions & 283 deletions
1,195
third_party/substrait/substrait/parameterized_types.pb.cc
Large diffs are not rendered by default.
Oops, something went wrong.
806 changes: 773 additions & 33 deletions
806
third_party/substrait/substrait/parameterized_types.pb.h
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.