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
Recently we made a change in delta-rs to make the schema's agnostic of large/normal/view types. However datafusion can't properly coerce List and LargeList yet
Describe the bug
Recently we made a change in delta-rs to make the schema's agnostic of large/normal/view types. However datafusion can't properly coerce
List
andLargeList
yetTo Reproduce
Expected behavior
Be able to coerce any list type combination, whether its large, view or normal
Additional context
delta-io/delta-rs#2851
The text was updated successfully, but these errors were encountered: