You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: