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
let a = Arc::new(TimestampSecondArray::from(vec![Some(86405), Some(1), None])
.with_timezone("+01:00".to_string())) as ArrayRef;
let t = cast(&a, &DataType::Utf8).unwrap();
println!("{:?}", t);
@tustvold
i think this is similar as #2917
i only fixed the prettyprint one but not the debut information because i'm not sure is it intended to let the user to see the underline timestamp
Describe the bug
The
Debug
implementation forPrimitiveArray
ignores the timestamp of timestamp arrays.To Reproduce
Returns
Whereas
Returns
Expected behavior
The string cast was fixed by @viirya in #2608
Additional context
FYI @waitingkuo
The text was updated successfully, but these errors were encountered: