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

Change definition of UnischemaField to be PY3.6 compatible. #577

Closed selitvin closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #577 into master will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #577      +/-   ##
==========================================
+ Coverage   85.67%   85.69%   +0.01%     
==========================================
  Files          87       87              
  Lines        4978     4983       +5     
  Branches      794      794              
==========================================
+ Hits         4265     4270       +5     
  Misses        577      577              
  Partials      136      136              
Impacted Files Coverage Δ
petastorm/unischema.py 94.11% <100.00%> (+0.13%) :arrow_up:

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 9fc4f8c...ae23ad7. Read the comment docs.