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.
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.