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
The current implementation of the asof join operation does not support the Fixed Size List. When attempting to use this data type in an asof join, the following error occurs:
Invalid: Unsupported data type fixed_size_list<item: int32>[3] for field List
zanmato1984
changed the title
[Acero] Not support type like Fixed Size List in asof join node
[C++][Acero] Not support type like Fixed Size List in asof join node
Dec 2, 2024
Describe the enhancement requested
The current implementation of the asof join operation does not support the Fixed Size List. When attempting to use this data type in an asof join, the following error occurs:
Invalid: Unsupported data type fixed_size_list<item: int32>[3] for field List
Example of the code causing errors
Component(s)
C++
The text was updated successfully, but these errors were encountered: