niebayes opened a new issue, #6859:
URL: https://github.com/apache/arrow-rs/issues/6859
If we instead input a schema containing columns with timestamp types that
include a timezone, the create_random_array function fails and produces the
following error:
``` rust
InvalidArgumentError("column types must match schema types, expected
Timestamp(Second, Some(\"+00:00\")) but found Timestamp(Second, None)" at
column index 120
```
See:
https://github.com/apache/arrow-rs/blob/9bbbb2859d27f0f6fae9a506ff7e5b3bb560d528/arrow/src/util/data_gen.rs#L121-L137
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]