hiltontj commented on issue #3291: URL: https://github.com/apache/arrow-rs/issues/3291#issuecomment-2118244809
`FixedSizeBinary` is encoded in CSV using the default arrow formatter, i.e., as HEX, because at the site where that error is emitted, the check does not match on `FixedSizeBinary`: https://github.com/apache/arrow-rs/blob/dfe0f2627b6e28b49062cc5c6f6174903597bb46/arrow-csv/src/writer.rs#L139-L141 Given https://github.com/apache/arrow-rs/issues/5620, I think it makes sense to encode binary types as HEX, using the arrow formatter. -- 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]
