GoEddie / spark-connect-dotnet

MIT License
10 stars 2 forks source link

Static 'Window' class #8

Closed mrericrichter closed 4 months ago

mrericrichter commented 4 months ago

In the Microsoft Spark DotNet implementation, the 'Window' class provides static methods such as 'PartitionBy()'. Could we also have these static methods to be compatible with Microsoft's solution and to use Spark Connect DotNet as a drop-in replacement?

GoEddie commented 4 months ago

The other thing I changed is Read/Write are properties like Pyspark - I’m tempted to provide a couple of different SparkSession/DataFrame to allow drop in replacement for the old package

GoEddie commented 4 months ago

Fixed in: https://github.com/GoEddie/spark-connect-dotnet/releases/tag/v3.5.1-build.15 please reopen if this isn't what you meant!