voltrondata / substrait-r

An R Interface to the 'Substrait' Cross-Language Serialization for Relational Algebra
Other
27 stars 7 forks source link

Update year() function return type to i32 not i64 #271

Closed thisisnic closed 1 year ago

thisisnic commented 1 year ago

The year() function mappings return i64 columns as a return type. This is preventing some of the TPC-H queries from running. Although we should also fix #270, in the short term we can also update the return type to i32, given its unlikely that there's a great need for 64 bit integers to represent years.