Skip to content

Commit 3313466

Browse files
fix install error
1 parent f04b745 commit 3313466

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/executor/CoarseGrainedExecutorBackend.scala

-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ import scala.util.{Failure, Success}
2727
import scala.util.control.NonFatal
2828

2929
import io.netty.util.internal.PlatformDependent
30-
import org.json4s.DefaultFormats
3130

3231
import org.apache.spark._
3332
import org.apache.spark.TaskState.TaskState

pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -3679,6 +3679,7 @@
36793679
<arg>-Wconf:msg=Auto-application to \`\(\)\` is deprecated:s</arg>
36803680
<arg>-Wconf:msg=method with a single empty parameter list overrides method without any parameter list:s</arg>
36813681
<arg>-Wconf:msg=method without a parameter list overrides a method with a single empty one:s</arg>
3682+
<arg>-Wconf:msg=legacy-binding:s</arg>
36823683
<!--
36833684
SPARK-35574 Prevent the recurrence of compilation warnings related to
36843685
`procedure syntax is deprecated`

0 commit comments

Comments
 (0)