vincenzobaz / spark-scala3

Apache License 2.0
89 stars 15 forks source link

update to spark version 3.3.0 #21

Closed megri closed 1 year ago

megri commented 2 years ago

This resolves https://github.com/vincenzobaz/spark-scala3/issues/20 in the laziest way possible. It is however backwards incompatible with 3.2.0.

(side note: perhaps the spark dependency should be in % "provided" scope to avoid bundling it with the library itself.)

vincenzobaz commented 2 years ago

Thank you for the PR! Feel free to open another PR for

(side note: perhaps the spark dependency should be in % "provided" scope to avoid bundling it with the library itself.)

vincenzobaz commented 2 years ago

@megri I let you merge :)