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

fix arrow 0.15.0 #394

Closed
escapewindow opened this issue Sep 9, 2019 · 2 comments
Closed

fix arrow 0.15.0 #394

escapewindow opened this issue Sep 9, 2019 · 2 comments

Comments

@escapewindow
Copy link
Contributor

escapewindow commented Sep 9, 2019

https://github.com/crsmithdev/arrow/blob/master/CHANGELOG.md#0150

specifically, arrow.get("timestamp string") will no longer work. These have to change to either be arrow.get(int("timestamp string")), arrow.get(float("timestamp string")), or arrow.get("timestamp string", "X")

@escapewindow
Copy link
Contributor Author

Asked about semver: arrow-py/arrow#612 (comment)

@escapewindow
Copy link
Contributor Author

Looks like our arrow.get's are for datestrings, which are supported.

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

Successfully merging a pull request may close this issue.

1 participant