rluvaton commented on code in PR #18820: URL: https://github.com/apache/datafusion/pull/18820#discussion_r2564150122
########## datafusion/sqllogictest/test_files/array.slt: ########## @@ -1978,11 +1978,11 @@ select array_slice(arrow_cast(make_array(1, 2, 3, 4, 5), 'LargeList(Int64)'), 0, ---- [1, 2, 3, 4, 5] [h, e, l, l, o] -# TODO: Enable once arrow_cast supports ListView types. +# TODO: Enable once array_slice supports LargeListView types. # Expected output (once supported): # ---- # [1, 2, 3, 4, 5] [h, e, l, l, o] -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 +query error Failed to coerce arguments to satisfy a call to 'array_slice' function: Review Comment: Might not be related to this PR but now I don't know what arguments are the problematic ones before I could see it's `ListView` but now I have no idea what arguments is invalid and what their type that is not supported -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
