You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, It is not a bug, but reduce is a function introduced in 3.5+. Many places 3.5.0 is approved spark version to use. reduce and aggregate have the same functionality, can we use aggregate instead. I think that will make the tool be used in more places. Let me know if you need me to create a PR for that.
The text was updated successfully, but these errors were encountered:
Hi, thanks for pointing that out! You're absolutely right – using aggregate instead of reduce would increase compatibility with older Spark versions like 3.5.0.
Feel free to open a PR with your suggested changes. I'm happy to take any help to improve the tool!
Uh oh!
There was an error while loading. Please reload this page.
Hi, It is not a bug, but
reduce
is a function introduced in 3.5+. Many places 3.5.0 is approved spark version to use. reduce and aggregate have the same functionality, can we use aggregate instead. I think that will make the tool be used in more places. Let me know if you need me to create a PR for that.The text was updated successfully, but these errors were encountered: