etseidl commented on issue #7040: URL: https://github.com/apache/arrow-rs/issues/7040#issuecomment-2628372823
> Read side fo C++ just does the [oppositve operation](https://github.com/apache/arrow/blob/main/cpp/src/parquet/arrow/reader_internal.cc#L391), so it isn't masking explicitly just relying on the down-cast behavior The rust record reader also relies on casting behavior AFAICT. On the arrow side, we're doing array casts, which then return `null` if the cast can't be performed. -- 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]
