jayzhan211 commented on issue #6560: URL: https://github.com/apache/arrow-datafusion/issues/6560#issuecomment-1594040178
My first thought is to add casting from `FixedSizeList` to `List` in `coerce_arguments_for_signature`. However, I fail to construct a test. I don't know how to create a test case with `DataType::FixedSizeList` in `sqllogictests array.slt`. make_array([1,2]) gives us `ScalarValue::List` which converted to `DataType::List`, anyone have idea? -- 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]
