uber / petastorm

Petastorm library enables single machine or distributed training and evaluation of deep learning models from datasets in Apache Parquet format. It supports ML frameworks such as Tensorflow, Pytorch, and PySpark and can be used from pure Python code.
Apache License 2.0
1.78k stars 285 forks source link

Bump-up minimal supported pyarrow version to 0.17.1 #614

Closed selitvin closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #614 into master will decrease coverage by 0.52%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #614      +/-   ##
==========================================
- Coverage   85.65%   85.13%   -0.53%     
==========================================
  Files          87       87              
  Lines        4998     4998              
  Branches      797      797              
==========================================
- Hits         4281     4255      -26     
- Misses        579      594      +15     
- Partials      138      149      +11     
Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)
...tastorm/pyarrow_helpers/tests/test_batch_buffer.py 100.00% <100.00%> (ø)
petastorm/compat.py 60.97% <0.00%> (-39.03%) :arrow_down:
petastorm/tf_utils.py 85.10% <0.00%> (-3.55%) :arrow_down:
petastorm/arrow_reader_worker.py 90.06% <0.00%> (-1.99%) :arrow_down:
petastorm/py_dict_reader_worker.py 94.48% <0.00%> (-0.79%) :arrow_down:
petastorm/hdfs/namenode.py 96.29% <0.00%> (-0.75%) :arrow_down:

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 b244754...dcd4ed9. Read the comment docs.