You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #533 we added support for converting arrow view types into kernel types. However, our expression evaluator does not currently handle these types.
Describe the functionality you are proposing.
Support handing view types in expression evaluation in the default engine arrow expression evaluator. These should behave the same as the non-view type equivalents.
Code will go in arrow_expression.rs
Additional context
No response
The text was updated successfully, but these errors were encountered:
Please describe why this is necessary.
In #533 we added support for converting arrow view types into kernel types. However, our expression evaluator does not currently handle these types.
Describe the functionality you are proposing.
Support handing view types in expression evaluation in the default engine arrow expression evaluator. These should behave the same as the non-view type equivalents.
Code will go in
arrow_expression.rs
Additional context
No response
The text was updated successfully, but these errors were encountered: