clbarnes commented on issue #49058: URL: https://github.com/apache/arrow/issues/49058#issuecomment-4213670639
Not to my knowledge - please go ahead! The simplest solution for ensuring only valid data makes it in to arrow buffers without breaking the API (metadata as a bytes->bytes map) is to just try to decode the bytes into a string before any write. But the API is wrong and so should be broken, which would mean on the python side you could expose a str->str map, even if you had to encode/decode these every time you read/write the arrow buffer. -- 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]
