Closed Blizzara closed 2 months ago
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
functions_datetime.yaml
?
Really begs completing #686 and running the parser in substrait core.
Thanks @Blizzara !
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