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

Casting timestamp array to string should not ignore timezone #2607

Closed
viirya opened this issue Aug 30, 2022 · 0 comments · Fixed by #2608
Closed

Casting timestamp array to string should not ignore timezone #2607

viirya opened this issue Aug 30, 2022 · 0 comments · Fixed by #2608
Labels
arrow Changes to the arrow crate bug

Comments

@viirya
Copy link
Member

viirya commented Aug 30, 2022

Describe the bug

cast kernel supports casting timestamp array to string array. But timezone of the timestamp array is ignored now. So the casting output strings are incorrect.

To Reproduce

Create a timestamp array with timezone, cast it to string type.

Expected behavior

Casting a timestamp array to string array should consider timezone.

Additional context

@viirya viirya added the bug label Aug 30, 2022
@alamb alamb added the arrow Changes to the arrow crate label Sep 2, 2022
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.

2 participants