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

Added support to read decimal from csv #602

Merged
merged 1 commit into from
Nov 14, 2021
Merged

Added support to read decimal from csv #602

merged 1 commit into from
Nov 14, 2021

Conversation

jorgecarleitao
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Nov 12, 2021

Codecov Report

Merging #602 (e84fde4) into main (eb6ef19) will increase coverage by 0.08%.
The diff coverage is 84.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #602      +/-   ##
==========================================
+ Coverage   79.21%   79.30%   +0.08%     
==========================================
  Files         400      401       +1     
  Lines       24909    25123     +214     
==========================================
+ Hits        19732    19924     +192     
- Misses       5177     5199      +22     
Impacted Files Coverage Δ
src/io/csv/read_utils.rs 60.25% <75.86%> (+3.56%) ⬆️
tests/it/io/csv/read.rs 100.00% <100.00%> (ø)
tests/it/array/boolean/mod.rs 100.00% <0.00%> (ø)
tests/it/array/list/mutable.rs 100.00% <0.00%> (ø)
tests/it/array/fixed_size_binary/mod.rs 100.00% <0.00%> (ø)
src/compute/boolean.rs 93.54% <0.00%> (+0.69%) ⬆️
src/array/null.rs 43.13% <0.00%> (+1.20%) ⬆️
src/compute/arithmetics/time.rs 46.93% <0.00%> (+2.04%) ⬆️
src/ffi/array.rs 56.00% <0.00%> (+3.82%) ⬆️
src/io/parquet/read/mod.rs 36.63% <0.00%> (+4.01%) ⬆️
... and 3 more

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 eb6ef19...e84fde4. Read the comment docs.

@jorgecarleitao jorgecarleitao changed the title Added support to read decimal from csv. Added support to read decimal from csv Nov 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant