Skip to content

Releases: GoEddie/spark-connect-dotnet

v4.0.0-build.39

21 Jun 18:55
814777a
Compare
Choose a tag to compare
  • DeltaAPI support

v4.0.0-build.38

19 Jun 16:26
Compare
Choose a tag to compare
  • 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

16 May 07:50
df5216e
Compare
Choose a tag to compare
  • CreateDataFrame with an IEnumerable of ITuple (typed tuples rather than list of objects)
  • First ML objects
  • UDT's - DenseVector + SparseVector

v4.0.0-build.36

03 Apr 16:16
400403d
Compare
Choose a tag to compare
  • Spark Server connection timeout

v4.0.0-build.35

29 Mar 12:38
2a61200
Compare
Choose a tag to compare
  • Fix to date time lit

v4.0.0-build.34

27 Mar 08:41
69a5ab2
Compare
Choose a tag to compare
  • Includes ShortType parsing

v4.0.0-build.33

21 Mar 10:01
d368277
Compare
Choose a tag to compare
  • Add time support
  • Documentation

v4.0.0-build.32

08 Jan 10:46
079d1b4
Compare
Choose a tag to compare

Better Arrow handling

v4.0.0-build.31

03 Dec 19:21
b63f65a
Compare
Choose a tag to compare
  • Split which was calling incorrect function
  • First and Last were missing ignoreNull argument
  • Added ability to print out a DataFrame's relations to the console for debugging

v4.0.0-build.30

27 Nov 19:49
380f439
Compare
Choose a tag to compare

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.