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
Is your feature request related to a problem? Please describe.
Currently, tools only work on scala2.12.
This issue is triggered to do an initial cleanup to the code to allow cross-compilation between scala-2.12 and scala-2.13
This will make supporting Spark-4 feasible when it is released.
This requires basically to update core/scalastyle-config.xml to enforce some rules.
The text was updated successfully, but these errors were encountered:
Signed-off-by: Ahmed Hussein (amahussein) <[email protected]>
FixesNVIDIA#1507
Improve source code to allow cross-build between scala-2.12 and
scala2.13
Is your feature request related to a problem? Please describe.
Currently, tools only work on scala2.12.
This issue is triggered to do an initial cleanup to the code to allow cross-compilation between scala-2.12 and scala-2.13
This will make supporting Spark-4 feasible when it is released.
This requires basically to update
core/scalastyle-config.xml
to enforce some rules.The text was updated successfully, but these errors were encountered: