Releases: GoEddie/spark-connect-dotnet
Releases · GoEddie/spark-connect-dotnet
v4.0.0-build.39
- DeltaAPI support
v4.0.0-build.38
- Added Delta Lake proto files
- Demo app to show how to call delta table api's before wrapper is created
v4.0.0-build.37
CreateDataFrame
with anIEnumerable
ofITuple
(typed tuples rather than list of objects)- First ML objects
- UDT's - DenseVector + SparseVector
v4.0.0-build.36
- Spark Server connection timeout
v4.0.0-build.35
- Fix to date time lit
v4.0.0-build.34
- Includes ShortType parsing
v4.0.0-build.33
- Add time support
- Documentation
v4.0.0-build.32
Better Arrow handling
v4.0.0-build.31
Split
which was calling incorrect functionFirst
andLast
were missingignoreNull
argument- Added ability to print out a
DataFrame
's relations to the console for debugging
v4.0.0-build.30
Fixes an issue with Spark 3.5.3 where long running requests do not complete and we keep re-calling Execute when we should be calling ReattachExecute because we do not set an initial operation id.