Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: correct format for nullable interval_day parameters (#687)
Fixes a bug in `functions_datetime.yaml` that makes it un-parseable by substrait-java, introduced in #679. The `?` for nullability must come before the parameters: https://substrait.io/types/type_parsing/#type-syntax-parsing
- Loading branch information