kszucs commented on pull request #969: URL: https://github.com/apache/arrow-datafusion/pull/969#issuecomment-913626616
@charliec443 indeed, this change is redundant since https://github.com/apache/arrow-rs/pull/691 already handles the `DataType` exchange between pyarrow and arrow-rs (hence arrow-datafusion as well). The actual conversion happens [here](https://github.com/apache/arrow-rs/pull/691/files#diff-c5a69413a6fcd0c4d811def15b462c5f334ee008c9ab3d825d370c398f2e5386R50) using the [C data interface](https://github.com/apache/arrow-rs/blob/master/arrow/src/datatypes/ffi.rs#L30). -- 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]
