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
# TODO: Enable once arrow_cast supports ListView types.
1969
+
# Expected output (once supported):
1970
+
# ----
1971
+
# [1, 2, 3, 4, 5] [h, e, l, l, o]
1972
+
query error DataFusion error: Execution error: Unsupported type 'ListView(Int64)'. Must be a supported arrow type name such as 'Int32' or 'Timestamp(ns)'. Error unknown token: ListView
# TODO: Enable once arrow_cast supports LargeListView types.
2016
+
# Expected output (once supported):
2017
+
# ----
2018
+
# [2, 3, 4, 5] [l, l, o]
2019
+
query error DataFusion error: Execution error: Unsupported type 'LargeListView(Int64)'. Must be a supported arrow type name such as 'Int32' or 'Timestamp(ns)'. Error unknown token: LargeListView
0 commit comments