Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update substrait to
0.57.1
(#274)
* cargo update * update substrait submodule to 0.57.1 * Update module to compile with substrait 0.57.1 * Fix interval handling and clippy errors * Switch to returning diagnostics where possible * Update test suite to 0.57.1 * Add some checks for subseconds and precision checking * Update pre-commit hooks to functional versions * YAML formatting * Fix clippy on generated code * Polish from code review * Apply suggestions from code review Co-authored-by: Matthijs Brobbel <m1brobbel@gmail.com> * Clearer variable name * Allow no precision if subseconds are not specified Required for test case tpc-h01 to pass, where `days: 1` is specified, but subseconds and precision are not. * Clarify comment --------- Co-authored-by: Matthijs Brobbel <m1brobbel@gmail.com>
- Loading branch information