Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

v3.0.1

Compare
Choose a tag to compare
@JoshRosen JoshRosen released this 15 Sep 22:26
· 36 commits to master since this release

The 3.0.1 release (which is compatible with Spark 2.0.0 or higher) includes the following bug fixes:

  • Fix NullPointerException when using Kryo serialization (#147, #148, #170).
  • Close input streams to avoid a resource leak which could cause reads to hang (#156, #174)

In addition, the README examples have been updated to use SparkSession instead of SqlContext (which is deprecated as of Spark 2.0).