GoEddie / spark-connect-dotnet

MIT License
10 stars 2 forks source link

Column.Over() returns Column instead of Expression #16

Closed mrericrichter closed 4 months ago

mrericrichter commented 4 months ago

The method Column.Over(WindowSpec) should return Column instead of Expression to be compatible with Microsoft's Spark DotNet solution.

GoEddie commented 4 months ago

Fixed and on nuget.org as 3.5.1-build.17