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

Fixed JSON infer order #1212

Merged
merged 1 commit into from
Aug 6, 2022
Merged

Fixed JSON infer order #1212

merged 1 commit into from
Aug 6, 2022

Conversation

jorgecarleitao
Copy link
Owner

@jorgecarleitao jorgecarleitao commented Aug 5, 2022

Closes #1200. Thanks @universalmind303 for the report!

@jorgecarleitao jorgecarleitao added the bug Something isn't working label Aug 5, 2022
@codecov
Copy link

codecov bot commented Aug 5, 2022

Codecov Report

Merging #1212 (aff9424) into main (497d431) will increase coverage by 0.03%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1212      +/-   ##
==========================================
+ Coverage   83.49%   83.53%   +0.03%     
==========================================
  Files         356      356              
  Lines       37081    37162      +81     
==========================================
+ Hits        30961    31042      +81     
  Misses       6120     6120              
Impacted Files Coverage Δ
src/io/json/read/infer_schema.rs 95.48% <100.00%> (ø)
src/bitmap/immutable.rs 86.41% <0.00%> (+0.61%) ⬆️
src/array/list/mod.rs 83.75% <0.00%> (+1.09%) ⬆️
src/bitmap/utils/slice_iterator.rs 98.78% <0.00%> (+1.21%) ⬆️
src/array/binary/mod.rs 90.12% <0.00%> (+1.23%) ⬆️
src/array/growable/mod.rs 75.00% <0.00%> (+1.76%) ⬆️
src/array/fixed_size_list/mod.rs 83.50% <0.00%> (+3.25%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ndjson::read::infer does not maintain proper column ordering
1 participant