LuciferYang commented on code in PR #55682:
URL: https://github.com/apache/spark/pull/55682#discussion_r3239241097


##########
project/MimaExcludes.scala:
##########
@@ -62,7 +62,9 @@ object MimaExcludes {
     // [SPARK-56700][SS] Make DataStreamReader.name public
     
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.sql.streaming.DataStreamReader.name"),
     // [SPARK-34591][ML] Add pruneTree parameter to Strategy
-    
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.mllib.tree.configuration.Strategy.this")
+    
ProblemFilters.exclude[DirectMissingMethodProblem]("org.apache.spark.mllib.tree.configuration.Strategy.this"),

Review Comment:
   branch-4.2 ci failed:
   - https://github.com/apache/spark/tree/branch-4.2
   
   ```
   [info] Building Spark using SBT with these arguments:  -Phadoop-3 
-Pkubernetes -Pjvm-profiler -Pkinesis-asl -Phadoop-cloud -Phive-thriftserver 
-Pyarn -Pdocker-integration-tests -Phive -Pspark-ganglia-lgpl -Pvolcano 
Test/package streaming-kinesis-asl-assembly/assembly connect/assembly
   sbt build spark
     Using /opt/hostedtoolcache/Java_Zulu_jdk/17.0.19-10/x64 as default 
JAVA_HOME.
     Note, this will be overridden by -java-home if it is set.
     Using SPARK_LOCAL_IP=localhost
     [info] welcome to sbt 1.12.8 (Azul Systems, Inc. Java 17.0.19)
     [info] loading settings for project spark-build from plugins.sbt...
     [info] loading project definition from 
/home/runner/work/spark/spark/project
     [info] compiling 3 Scala sources to 
/home/runner/work/spark/spark/project/target/scala-2.12/sbt-1.0/classes ...
     [error] /home/runner/work/spark/spark/project/MimaExcludes.scala:62:19: 
')' expected but '.' found.
     [error]     
ProblemFilters.exclude[ReversedMissingMethodProblem]("org.apache.spark.sql.Dataset.nearestByJoin")
     [error]                   ^
     [error] /home/runner/work/spark/spark/project/MimaExcludes.scala:63:3: ';' 
expected but ')' found.
     [error]   )
     [error]   ^
     [error] two errors found
     [error] (Compile / compileIncremental) Compilation failed
     [warn] Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? 
(default: r)
     Invalid response: '"'
     [warn] Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? 
(default: r)
     
     Error:  running /home/runner/work/spark/spark/build/sbt -Phadoop-3 
-Pkubernetes -Pjvm-profiler -Pkinesis-asl -Phadoop-cloud -Phive-thriftserver 
-Pyarn -Pdocker-integration-tests -Phive -Pspark-ganglia-lgpl -Pvolcano 
Test/package streaming-kinesis-asl-assembly/assembly connect/assembly ; 
received return code 1
   Error: Process completed with exit code 16.
   ```
   
   Could you please fix this?



-- 
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.

To unsubscribe, e-mail: [email protected]

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