Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Added support for timestamps with tz and interval to io::print::write #287

Merged
merged 2 commits into from
Aug 14, 2021

Conversation

jorgecarleitao
Copy link
Owner

@jorgecarleitao jorgecarleitao commented Aug 14, 2021

Also closes #286

@jorgecarleitao jorgecarleitao added the enhancement An improvement to an existing feature label Aug 14, 2021
@codecov
Copy link

codecov bot commented Aug 14, 2021

Codecov Report

Merging #287 (94d01c2) into main (8a5df12) will increase coverage by 0.10%.
The diff coverage is 70.96%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #287      +/-   ##
==========================================
+ Coverage   77.48%   77.58%   +0.10%     
==========================================
  Files         255      255              
  Lines       20782    20709      -73     
==========================================
- Hits        16102    16067      -35     
+ Misses       4680     4642      -38     
Impacted Files Coverage Δ
src/array/display.rs 55.90% <62.50%> (+13.17%) ⬆️
src/io/print.rs 97.72% <84.21%> (+0.87%) ⬆️
src/array/primitive/display.rs 100.00% <100.00%> (+18.18%) ⬆️
src/io/csv/write/mod.rs 87.50% <0.00%> (-1.39%) ⬇️
src/io/json_integration/schema.rs 42.90% <0.00%> (-0.33%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8a5df12...94d01c2. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement An improvement to an existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make io::print, get_value_display and get_display not return Result
1 participant