substrait-io / substrait

A cross platform way to express data transformation, relational algebra, standardized record expression and plans.
https://substrait.io
Apache License 2.0
1.11k stars 147 forks source link

fix: index_in has wrong return type #632

Closed amol- closed 2 months ago

amol- commented 2 months ago

index_in is currently declared as returning an int64, the return type should be i64, as according to https://substrait.io/types/type_classes/#simple-types there is no int64 type.