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

Renamed factory argument on parquet read functions to reader_factory #1380

Merged
merged 2 commits into from Feb 7, 2023
Merged

Renamed factory argument on parquet read functions to reader_factory #1380

merged 2 commits into from Feb 7, 2023

Conversation

ozgrakkurt
Copy link
Contributor

It looked very confusing to me while reading docs on docs.rs. This will make it much easier to understand in my opinion

@codecov
Copy link

codecov bot commented Feb 2, 2023

Codecov Report

Base: 83.33% // Head: 83.35% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (c935552) compared to base (40182a1).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1380      +/-   ##
==========================================
+ Coverage   83.33%   83.35%   +0.01%     
==========================================
  Files         371      371              
  Lines       40321    40321              
==========================================
+ Hits        33602    33610       +8     
+ Misses       6719     6711       -8     
Impacted Files Coverage Δ
src/io/parquet/read/row_group.rs 96.53% <100.00%> (ø)
src/array/binary/mod.rs 90.94% <0.00%> (-1.19%) ⬇️
src/io/ipc/read/file.rs 96.87% <0.00%> (ø)
src/offset.rs 85.97% <0.00%> (+0.35%) ⬆️
src/bitmap/immutable.rs 86.66% <0.00%> (+0.60%) ⬆️
src/array/utf8/mod.rs 85.80% <0.00%> (+0.99%) ⬆️
src/io/ipc/read/array/boolean.rs 98.11% <0.00%> (+5.66%) ⬆️
src/chunk.rs 90.47% <0.00%> (+7.14%) ⬆️

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jorgecarleitao jorgecarleitao added the enhancement An improvement to an existing feature label Feb 7, 2023
@jorgecarleitao jorgecarleitao changed the title rename factory param on parquet read functions to reader_factory Renamed factory argument on parquet read functions to reader_factory Feb 7, 2023
@jorgecarleitao jorgecarleitao merged commit d076d50 into jorgecarleitao:main Feb 7, 2023
@ozgrakkurt ozgrakkurt deleted the doc-factory-arg branch February 9, 2023 09:04
ritchie46 pushed a commit to ritchie46/arrow2 that referenced this pull request Mar 29, 2023
…ry` (jorgecarleitao#1380)

* rename factory param to reader_factory

* fix mistake
ritchie46 pushed a commit to ritchie46/arrow2 that referenced this pull request Apr 5, 2023
…ry` (jorgecarleitao#1380)

* rename factory param to reader_factory

* fix mistake
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.

None yet

2 participants