velox
velox copied to clipboard
[Substrait to Velox] Add validation support
Supported Substrait plan validations based on current supported cases, including:
- validations for TableScan (with Filter pushdown), Project, Aggregate.
https://github.com/facebookincubator/velox/issues/1573.
The length of this PR is 1.5k, but the json files occupies 800+ lines. And the changes from PR#1581 occupies 200 lines, which can be removed if PR#1581 gets merged.
This pull request has been automatically marked as stale because it has not had recent activity. If you'd still like this PR merged, please comment on the PR, make sure you've addressed reviewer comments, and rebase on the latest main. Thank you for your contributions!