This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
forked from substrait-io/duckdb-substrait-extension
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update substrait submodule to latest version
- Loading branch information
1 parent
b7159d1
commit 5ee5319
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule substrait
updated
16 files
+4 −4 | .github/workflows/pr.yml | |
+1 −1 | .github/workflows/pr_breaking.yml | |
+1 −1 | .github/workflows/release.yml | |
+68 −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 | |
+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 |