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
Describe the bug
With commit dedc8d7 getting a compilation error:
[ERROR] [Error] /home/rou/src/spark-rapids-tools/core/src/main/scala/org/apache/spark/sql/rapids/tool/util/SortedJProperties.scala:58: ambiguous reference to overloaded definition,
both method putAll in class Properties of type (x$1: java.util.Map[_, _])Unit
and method putAll in class Hashtable of type (x$1: java.util.Map[_ <: Object, _ <: Object])Unit
match argument types (org.apache.spark.sql.rapids.tool.util.SortedJProperties)
Steps/Code to reproduce bug
Sync to dedc8d7, in the core directory, do a mvn clean test.
Expected behavior
Should compile.
Environment details (please complete the following information)
Using JDK 11.
Additional context
$ java --version
openjdk 11.0.21 2023-10-17
OpenJDK Runtime Environment (build 11.0.21+9-post-Ubuntu-0ubuntu122.04)
OpenJDK 64-Bit Server VM (build 11.0.21+9-post-Ubuntu-0ubuntu122.04, mixed mode, sharing)
The text was updated successfully, but these errors were encountered:
Describe the bug
With commit
dedc8d7
getting a compilation error:Steps/Code to reproduce bug
Sync to
dedc8d7
, in thecore
directory, do amvn clean test
.Expected behavior
Should compile.
Environment details (please complete the following information)
Using JDK 11.
Additional context
The text was updated successfully, but these errors were encountered: