Closed megri closed 1 year 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.)
% "provided"
Thank you for the PR! Feel free to open another PR for
@megri I let you merge :)
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.)