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

New PR adding tests for requesting invalid columns from parquet reader #486

Closed gregw18 closed 4 years ago

gregw18 commented 4 years ago

Adding two tests, for selecting just an invalid column and both invalid and valid columns, for parquet reader. Creating a new PR for this as PR #445 is having conflicts with master, probably due to my following the wrong git advice on the internet...

codecov[bot] commented 4 years ago

Codecov Report

Merging #486 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #486   +/-   ##
=======================================
  Coverage   85.77%   85.77%           
=======================================
  Files          79       79           
  Lines        4190     4190           
  Branches      665      665           
=======================================
  Hits         3594     3594           
  Misses        494      494           
  Partials      102      102

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 6003a98...e5dd1ca. Read the comment docs.