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
1. query failed: DataFusion error: Execution error: Unsupported type 'FixedSizeList(4, Int64)'. Must be a supported arrow type name such as 'Int32' or 'Timestamp(ns)'. Error Expected 'x', got ','
Describe the bug
57.1.0(November 2025) #8464Arrow 57.0.0 can parse DataTypes like
FixedSizeList(4, Int64)However, the arrow 57.1.0 pre-release can not.
To Reproduce
See tests in the DataFusion upgrade
arrow,parquetto57.1.0datafusion#18820It then fails like this
Expected behavior
Type parsing should pass
Additional context