goldmedal commented on PR #12490: URL: https://github.com/apache/datafusion/pull/12490#issuecomment-2364227006
> The position is incorrect, > > ``` > query ? > select arrow_cast([1,2,3], 'FixedSizeList(3, Int32)'); > ---- > [1, 2, 3] > ``` Thanks @jayzhan211 for solving my question! It was very helpful to me. I added more tests for the `FixedSizeLIst` type. I also fix the type coercion rule for the `FixedSizeList` to `FixedSizeList` case. Could @alamb and @Weijun-H also double-check this change? Many thanks 🙇 -- 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]
