karolchmist opened a new pull request #29105:
URL: https://github.com/apache/spark/pull/29105


   ### What changes were proposed in this pull request?
   Adapting the code to Scala 2.13
   
   I didn't find a specific JIRA ticket for it, so I used the umbrella ticket 
as a reference.
   
   ### Why are the changes needed?
   I'm working on adapting REPL to Scala 2.13.x. 
   
   I opened a [PR for it](https://github.com/apache/spark/pull/28545), but it 
was some time ago and the code changed since, with many conflicts in respect to 
the master branch.
   
   So I think it's better to open first a number of smaller PRs that compile 
both in Scala 2.12 and 2.13. Once the modules that REPL depends on compile, 
I'll open a new PR that fixed the REPL itself.
   
   ### Does this PR introduce _any_ user-facing change?
   No
   
   ### How was this patch tested?
   
   ```
   export SBT_MAVEN_PROFILES=scala-2.13
   ./build/sbt core/compile core/test:compile
   ```
   
   Each module has its own commit.
   
   It was compiled Scala 2.12 as well, without the SBT_MAVEN_PROFILES variable 
set.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to