ion-elgreco opened a new issue, #41003: URL: https://github.com/apache/arrow/issues/41003
### Describe the usage question you have. Please include as many useful details as possible. In Delta-RS we are using pyarrow as engine to write with. It seems though that datetime partitions that have a UTC timezone are being serialized with a `Z` at that the end. So we get this `2022-01-01 03:00:00.000000Z`. We however need to write them without the `Z` at the end because that's how the Delta Protocol requires it to be. Is there a way to adjust this partition serialization format in PyArrow dataset writer? ### Component(s) Python -- 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]
