harsha2010 / magellan

Geo Spatial Data Analytics on Spark
Apache License 2.0
534 stars 149 forks source link

Bug Fix: Nullability seems to be changed by Spark when writing Parque… #204

Closed halfabrane closed 6 years ago

halfabrane commented 6 years ago

…t. Avoid enforcing nullability constraints

Fixes #203

codecov-io commented 6 years ago

Codecov Report

Merging #204 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #204   +/-   ##
=====================================
  Coverage      90%    90%           
=====================================
  Files          52     52           
  Lines        1790   1790           
  Branches      129    130    +1     
=====================================
  Hits         1611   1611           
  Misses        179    179
Impacted Files Coverage Δ
src/main/scala/magellan/catalyst/SpatialJoin.scala 95.23% <ø> (-2.39%) :arrow_down:
...che/spark/sql/catalyst/expressions/functions.scala 94.61% <100%> (ø) :arrow_up:
...in/scala/org/apache/spark/sql/types/PointUDT.scala 100% <0%> (+3.12%) :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 a226690...1ba9ffd. Read the comment docs.