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
If we instead input a field of the timestamp type having an associated timezone, the create_random_array function fails and produces the following error:
InvalidArgumentError("column types must match schema types, expected Timestamp(Second, Some(\"+00:00\")) but found Timestamp(Second, None)" at column index 120
The text was updated successfully, but these errors were encountered:
niebayes
changed the title
The "create_random_array" function does not respect input's timezone
[Bug] The "create_random_array" function does not respect input's timezone
Dec 9, 2024
If we instead input a field of the timestamp type having an associated timezone, the create_random_array function fails and produces the following error:
See:
arrow-rs/arrow/src/util/data_gen.rs
Lines 121 to 137 in 9bbbb28
The text was updated successfully, but these errors were encountered: