- Support for
DeltaTable
APIs in Delta Lake (#236) - Support for Spark 2.3.4/2.4.4 (#232, #240)
- Support for UDF taking a
Row
object as input (#214) - Exposing new APIs:
- Ground work to support dotnet-try as C# REPL (#251)
- Bug fix in generating Nuget package (#234)
- Support for
MapType
(#235)
- None, but the new
Microsoft.Spark.Worker
needs to be used to enable UDF takingRow
object as input (#214).
The following table outlines the supported Spark versions along with the microsoft-spark JAR to use with:
Spark Version | microsoft-spark JAR |
---|---|
2.3.* | microsoft-spark-2.3.x-0.5.0.jar |
2.4.0 | microsoft-spark-2.4.x-0.5.0.jar |
2.4.1 | |
2.4.3 | |
2.4.4 | |
2.4.2 | Not supported |