tustvold opened a new issue, #3863:
URL: https://github.com/apache/arrow-rs/issues/3863

   **Describe the bug**
   https://github.com/apache/arrow-rs/pull/3801 introduced a regression. Prior 
to arrow 34 the following timestamp could be parsed:
   
   ```
   2020-09-08t12:00:12+00:00
   ```
   
   However, after the upgrade it will generate a parse error.
   
   **To Reproduce**
   
   Try to parse this as a timestamp:
   ```
   2020-09-08t12:00:12+00:00
   ```
   
   **Expected behavior**
   It should be parsed correctly
   
   **Additional context**
   
   Found whilst working on https://github.com/apache/arrow-rs/pull/3860


-- 
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]

Reply via email to