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.8k stars 284 forks source link

Fix deprecation warning of using '.data' attribute of ChunkedArray #703

Closed selitvin closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #703 (efeaa55) into master (4ac7afb) will not change coverage. The diff coverage is 50.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #703   +/-   ##
=======================================
  Coverage   85.93%   85.93%           
=======================================
  Files          84       84           
  Lines        4957     4957           
  Branches      788      788           
=======================================
  Hits         4260     4260           
  Misses        558      558           
  Partials      139      139           
Impacted Files Coverage Δ
petastorm/arrow_reader_worker.py 90.84% <50.00%> (ø)

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 4ac7afb...efeaa55. Read the comment docs.