GoEddie / spark-connect-dotnet

MIT License
10 stars 2 forks source link

DataFrame.Join(): use IEnumerable instead of List in parameters #7

Closed mrericrichter closed 4 months ago

mrericrichter commented 4 months ago

In the DataFrame.Join() methods, use IEnumerable instead of List in the 'on' parameter to be compatible with Microsoft Spark DotNet and to follow the standard 'use the least specific type in arguments' rule.

GoEddie commented 4 months ago

Hi, seems reasonable I’ll switch to IEnumerable

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!