[ https://issues.apache.org/jira/browse/SPARK-25578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16633964#comment-16633964 ]
Sean Owen commented on SPARK-25578: ----------------------------------- [~sadhen] I got this failure from {{QueryTest}} with Scala 2.12.7, after removing what I believed was your workaround for this Scala issue: {code:java} == Results == !== Correct Answer - 1 == == Spark Answer - 1 == !struct<array(100, 100):array<int>> struct<percentile_approx(100.0, array(0.9, 0.9), 10000):array<double>> ![WrappedArray(100, 100)] [WrappedArray(100.0, 100.0)] (QueryTest.scala:163){code} Is that something we expected to be fixed, or maybe I misunderstood? It passes with 2.12.7, without undoing your change. > Update to Scala 2.12.7 > ---------------------- > > Key: SPARK-25578 > URL: https://issues.apache.org/jira/browse/SPARK-25578 > Project: Spark > Issue Type: Improvement > Components: Build, Spark Core, SQL > Affects Versions: 2.4.0 > Reporter: Sean Owen > Priority: Minor > > We should use Scala 2.12.7 over 2.12.6 now, to pick up this fix. We ought to > be able to back out a workaround in Spark if so. > [https://github.com/scala/scala/releases/tag/v2.12.7] > [https://github.com/scala/scala/pull/7156] -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org