v2.0.1
- Migrate to Spark 2, Spark 1.6.x isn't supported by sparkly 2.x.
- Rename
SparklyContext
toSparklySession
and derive it fromSparkSession
. - Use built-in csv reader.
- Replace
hms
withcatalog_ext
. parse_schema
is now consistent withDataType.simpleString
method.