-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update to substrait v0.57.0 (#300)
feat(POJO): handle SET_OP_MINUS_PRIMARY_ALL feat(POJO): handle SET_OP_INTERSECTION_MULTISET_ALL feat(Isthmus): add mappings for new SetOps BREAKING CHANGE: EXCEPT ALL and INTERSECT ALL now output different SetOps
- Loading branch information
Showing
5 changed files
with
26 additions
and
12 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
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
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
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
10 files
+4 −4 | .github/workflows/pr.yml | |
+1 −1 | .github/workflows/pr_breaking.yml | |
+1 −1 | .github/workflows/release.yml | |
+43 −0 | CHANGELOG.md | |
+1 −1 | ci/release/dry_run.sh | |
+1 −1 | ci/release/run.sh | |
+14 −0 | core.go | |
+3 −0 | go.mod | |
+17 −3 | proto/substrait/algebra.proto | |
+30 −19 | site/docs/relations/logical_relations.md |