Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-42656][SPARK SHELL][CONNECT][FOLLOWUP] Add same `ClassNotFound…
…Exception` catch to `repl.Main` for Scala 2.13 ### What changes were proposed in this pull request? This pr add the same `ClassNotFoundException` catch to `repl.Main` for Scala 2.13 as apache#40305 due `org/apache/spark/repl/Main.scala` is Scala version sensitive。 ### Why are the changes needed? Make sure Scala 2.12 and 2.13 have the same logic ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Manual check Closes apache#40318 from LuciferYang/SPARK-42656-FOLLOWUP. Authored-by: yangjie01 <[email protected]> Signed-off-by: Herman van Hovell <[email protected]>
- Loading branch information