You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "tustvold (via GitHub)" <gi...@apache.org> on 2023/03/14 20:00:32 UTC

[GitHub] [arrow-rs] tustvold opened a new issue, #3863: [REGRESSION] Parsing timestamps with lower case time separator

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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold commented on issue #3863: [REGRESSION] Parsing timestamps with lower case time separator

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold commented on issue #3863:
URL: https://github.com/apache/arrow-rs/issues/3863#issuecomment-1483133247

   `label_issue.py` automatically added labels {'arrow'} from #3862


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-rs] tustvold closed issue #3863: [REGRESSION] Parsing timestamps with lower case time separator

Posted by "tustvold (via GitHub)" <gi...@apache.org>.
tustvold closed issue #3863: [REGRESSION] Parsing timestamps with lower case time separator
URL: https://github.com/apache/arrow-rs/issues/3863


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org