Open hesserp opened 3 years ago
Merging #49 (08cae3c) into master (d5d8677) will increase coverage by
1.50%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #49 +/- ##
==========================================
+ Coverage 91.56% 93.06% +1.50%
==========================================
Files 1 1
Lines 83 101 +18
Branches 1 1
==========================================
+ Hits 76 94 +18
Misses 7 7
Impacted Files | Coverage Δ | |
---|---|---|
...org/zalando/spark/jsonschema/SchemaConverter.scala | 93.06% <100.00%> (+1.50%) |
: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 d5d8677...08cae3c. Read the comment docs.
Support of timestamp and decimal datatypes would be very interesting. Is there a plan to merge this PR?
Add support for decimal type #43 and timestamp type #37
decimal type has optional parameters precision and range (spark default are 10 and 0). example:
when using a timestamp field you may provide a format on loading the data, e.g.