zalando-incubator / spark-json-schema

JSON schema parser for Apache Spark
MIT License
81 stars 43 forks source link

Feature/load input schema as stream #17

Closed hesserp closed 7 years ago

hesserp commented 7 years ago

Load input schema as stream. Otherwise resource files cannot be found when the project is packed into a .jar

codecov-io commented 7 years ago

Codecov Report

Merging #17 into master will increase coverage by 0.41%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   90.69%   91.11%   +0.41%     
==========================================
  Files           1        1              
  Lines          43       45       +2     
  Branches        2        2              
==========================================
+ Hits           39       41       +2     
  Misses          4        4
Impacted Files Coverage Δ
...org/zalando/spark/jsonschema/SchemaConverter.scala 91.11% <100%> (+0.41%) :white_check_mark:

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 8686052...14f9985. Read the comment docs.

tammok commented 7 years ago

:+1:

hesserp commented 7 years ago

:+1: