databricks / spark-xml

XML data source for Spark SQL and DataFrames
Apache License 2.0
505 stars 227 forks source link

Fix type inference for Dates; code cleanup #521

Closed srowen closed 3 years ago

srowen commented 3 years ago

(This is related to #519 but not its resolution)

codecov-io commented 3 years ago

Codecov Report

Merging #521 (ec61b93) into master (f8d200c) will increase coverage by 0.21%. The diff coverage is 85.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #521      +/-   ##
==========================================
+ Coverage   86.63%   86.85%   +0.21%     
==========================================
  Files          18       18              
  Lines         928      928              
  Branches       81       79       -2     
==========================================
+ Hits          804      806       +2     
+ Misses        124      122       -2     
Impacted Files Coverage Δ
...scala/com/databricks/spark/xml/util/TypeCast.scala 82.85% <85.00%> (+0.16%) :arrow_up:
...la/com/databricks/spark/xml/util/InferSchema.scala 89.05% <100.00%> (+0.08%) :arrow_up:
...la/com/databricks/spark/xml/util/XSDToSchema.scala 65.33% <0.00%> (+1.69%) :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 f8d200c...ec61b93. Read the comment docs.