Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REGRESSION] Parsing timestamps with lower case time separator #3863

Closed
tustvold opened this issue Mar 14, 2023 · 1 comment · Fixed by #3862
Closed

[REGRESSION] Parsing timestamps with lower case time separator #3863

tustvold opened this issue Mar 14, 2023 · 1 comment · Fixed by #3862
Labels
arrow Changes to the arrow crate bug

Comments

@tustvold
Copy link
Contributor

Describe the bug
#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 #3860

@tustvold tustvold added the bug label Mar 14, 2023
tustvold added a commit to tustvold/arrow-rs that referenced this issue Mar 14, 2023
tustvold added a commit that referenced this issue Mar 15, 2023
* Parse timestamps with leap seconds (#3861)

* Handle lower case timestamp separator (#3863)
metesynnada pushed a commit to synnada-ai/arrow-rs that referenced this issue Mar 16, 2023
* Parse timestamps with leap seconds (apache#3861)

* Handle lower case timestamp separator (apache#3863)
@tustvold tustvold added the arrow Changes to the arrow crate label Mar 24, 2023
@tustvold
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant