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