substrait-io / substrait-java

Apache License 2.0
72 stars 70 forks source link

fix: correct function compound names for IntervalDay and IntervalYear #240 #242

Closed ajegou closed 3 months ago

ajegou commented 3 months ago

According to the documentation the short types for IntervalDay and IntervalYear are iday and iyear

https://substrait.io/extensions/#function-signature-compound-names

https://github.com/substrait-io/substrait-java/issues/240

vbarua commented 3 months ago

Lint failures are coming from commit which will disappear on merge.