-
Notifications
You must be signed in to change notification settings - Fork 796
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
support RFC3339 style timestamps in arrow-json
#3449
Conversation
arrow-json
arrow-json/src/writer.rs
Outdated
} | ||
|
||
#[test] | ||
#[cfg(feature = "chrono-tz")] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test should work even with chrono-tz disabled, this is only needed to parse timezones like UTC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need the chrono-tz feature added to arrow-json, otherwise this looks good
eb3a37a
to
8a1076d
Compare
Thank you |
Benchmark runs are scheduled for baseline = 2d2d0a3 and contender = acefeef. acefeef is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Thank you @JayjeetAtGithub ! |
Which issue does this PR close?
Closes #3416
What changes are included in this PR?
array_value_to_string
to print a trailingZ
in case UTC timestampsarray_value_to_string
insidearrow-json
to write out timestamps in RFC3339