astrolabsoftware / spark3D

Spark extension for processing large-scale 3D data sets: Astrophysics, High Energy Physics, Meteorology, …
https://astrolabsoftware.github.io/spark3D/
Apache License 2.0
30 stars 16 forks source link

Set default storage level to NONE in pyspark3d when loading data. #103

Closed JulienPeloton closed 5 years ago

JulienPeloton commented 5 years ago

Set default storage level to NONE in pyspark3d when loading data. Previous value (MEMORY_ONLY) was risky...

codecov-io commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #103   +/-   ##
=======================================
  Coverage   96.37%   96.37%           
=======================================
  Files          32       32           
  Lines        1240     1240           
  Branches      218      218           
=======================================
  Hits         1195     1195           
  Misses         45       45
Flag Coverage Δ
#python 94.3% <ø> (ø) :arrow_up:
#scala 97.24% <100%> (ø) :arrow_up:
Impacted Files Coverage Δ
...in/scala/com/spark3d/spatial3DRDD/Point3DRDD.scala 91.66% <100%> (ø) :arrow_up:
...ain/scala/com/spark3d/spatial3DRDD/SphereRDD.scala 90.9% <100%> (ø) :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 28b9708...9b8c16a. Read the comment docs.