lukedg97 commented on PR #39751: URL: https://github.com/apache/arrow/pull/39751#issuecomment-1904979823
I think the correct test to cover this case would be to test that the `column.type.info` and ChunkedArray types match for cases coming out of ArrowReader. However I don't see an obvious place to add that test. I think I will need some guidance here. for reference the original error is manifested as: ``` Could not cast value of type 'Arrow.ChunkedArray<Foundation.Date>' (0x10883eb08) to 'Arrow.ChunkedArray<Swift.String>' (0x10883e600). ``` with column.info.type printing as `variableInfo(Arrow.ArrowTypeId.string)` -- 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]
