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: use any1 instead of T in function extensions #629

Closed vbarua closed 3 months ago

vbarua commented 3 months ago

The functions:

were declared as consuming a value of type T, which is not a valid type