Skip to content

Release 0.3.0

Choose a tag to compare

@benedeki benedeki released this 21 Jul 14:46
· 49 commits to master since this release
8c1f911
  • #46: No more build warnings, build fails on any warning
  • #7: Compile-time import of function transform; as a result, there are now specific modules for different Spark versions
    • spark-commons-spark2.4_2.11 - for Spark 2.4 and Scala 2.11
    • spark-commons-spark2.4_2.12 - for Spark 2.4 and Scala 2.12
    • spark-commons-spark3.2_2.12 - for Spark 3.2 and Scala 2.12
  • #43: Implicit classes made more efficient by extending AnyVal where possible
  • #38: Added the ability to load schema and DataFrame with schema from JSON
  • #30: DataFrame.cacheIfNot implicit method added
  • #29: Some protected properties of SparkTestConfig were made public for better configurability