-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [substrait](https://github.com/substrait-io/substrait) from `5b70acd` to `a64a102`. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ba3e38d
commit 746e5bc
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule substrait
updated
19 files
+4 −4 | .github/workflows/pr.yml | |
+1 −1 | .github/workflows/pr_breaking.yml | |
+1 −1 | .github/workflows/release.yml | |
+12 −0 | CHANGELOG.md | |
+13 −4 | core.go | |
+47 −0 | core_test.go | |
+8 −0 | go.mod | |
+10 −0 | go.sum | |
+41 −36 | grammar/FuncTestCaseParser.g4 | |
+1 −0 | grammar/Makefile | |
+26 −0 | proto/substrait/algebra.proto | |
+26 −0 | site/docs/relations/logical_relations.md | |
+2,384 −2,632 | tests/coverage/antlr_parser/FuncTestCaseParser.py | |
+86 −74 | tests/coverage/antlr_parser/FuncTestCaseParserListener.py | |
+42 −38 | tests/coverage/antlr_parser/FuncTestCaseParserVisitor.py | |
+10 −1 | tests/coverage/coverage.py | |
+88 −9 | tests/coverage/test_coverage.py | |
+33 −12 | tests/coverage/visitor.py | |
+7 −1 | tests/test_extensions.py |