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

Added support to infer nested json structs #750

Merged
merged 1 commit into from
Jan 11, 2022
Merged

Conversation

jorgecarleitao
Copy link
Owner

No description provided.

@jorgecarleitao jorgecarleitao added the feature A new feature label Jan 10, 2022
@codecov
Copy link

codecov bot commented Jan 10, 2022

Codecov Report

Merging #750 (a388691) into main (4c29966) will increase coverage by 0.00%.
The diff coverage is 94.11%.

Impacted file tree graph

@@           Coverage Diff            @@
##             main     #750    +/-   ##
========================================
  Coverage   70.82%   70.82%            
========================================
  Files         313      313            
  Lines       16931    17072   +141     
========================================
+ Hits        11992    12092   +100     
- Misses       4939     4980    +41     
Impacted Files Coverage Δ
src/io/json/read/infer_schema.rs 85.57% <94.11%> (+5.08%) ⬆️
src/compute/arithmetics/time.rs 25.68% <0.00%> (-0.92%) ⬇️
src/io/csv/mod.rs 0.00% <0.00%> (ø)
src/io/avro/mod.rs 66.66% <0.00%> (ø)
src/io/json/mod.rs 100.00% <0.00%> (ø)
src/io/ipc/write/serialize.rs 64.64% <0.00%> (+0.68%) ⬆️
src/io/parquet/read/nested_utils.rs 78.43% <0.00%> (+0.98%) ⬆️
src/io/avro/read/schema.rs 55.91% <0.00%> (+1.07%) ⬆️
src/io/ipc/read/read_basic.rs 72.48% <0.00%> (+2.18%) ⬆️
src/types/native.rs 26.84% <0.00%> (+4.92%) ⬆️
... and 1 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 4c29966...a388691. Read the comment docs.

@jorgecarleitao jorgecarleitao merged commit e3cff8c into main Jan 11, 2022
@jorgecarleitao jorgecarleitao deleted the json_infer_nested branch January 11, 2022 17:48
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