You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Yang Jie (Jira)" <ji...@apache.org> on 2021/10/14 11:36:00 UTC

[jira] [Created] (SPARK-37008) Use UseCompressedClassPointers instead of UseCompressedOops to pass WholeStageCodegenSparkSubmitSuite with Java 17

Yang Jie created SPARK-37008:
--------------------------------

             Summary: Use UseCompressedClassPointers instead of UseCompressedOops to pass WholeStageCodegenSparkSubmitSuite with Java 17 
                 Key: SPARK-37008
                 URL: https://issues.apache.org/jira/browse/SPARK-37008
             Project: Spark
          Issue Type: Sub-task
          Components: SQL, Tests
    Affects Versions: 3.3.0
            Reporter: Yang Jie


WholeStageCodegenSparkSubmitSuite test failed when use Java 17
{code:java}
 2021-10-14 04:32:38.038 - stderr> Exception in thread "main" org.scalatest.exceptions.TestFailedException: 16 was not greater than 16
  2021-10-14 04:32:38.038 - stderr> 	at org.scalatest.Assertions.newAssertionFailedException(Assertions.scala:472)
  2021-10-14 04:32:38.038 - stderr> 	at org.scalatest.Assertions.newAssertionFailedException$(Assertions.scala:471)
  2021-10-14 04:32:38.038 - stderr> 	at org.scalatest.Assertions$.newAssertionFailedException(Assertions.scala:1231)
  2021-10-14 04:32:38.038 - stderr> 	at org.scalatest.Assertions$AssertionsHelper.macroAssert(Assertions.scala:1295)
  2021-10-14 04:32:38.038 - stderr> 	at org.apache.spark.sql.execution.WholeStageCodegenSparkSubmitSuite$.main(WholeStageCodegenSparkSubmitSuite.scala:82)
  2021-10-14 04:32:38.038 - stderr> 	at org.apache.spark.sql.execution.WholeStageCodegenSparkSubmitSuite.main(WholeStageCodegenSparkSubmitSuite.scala)
  2021-10-14 04:32:38.038 - stderr> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  2021-10-14 04:32:38.038 - stderr> 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
  2021-10-14 04:32:38.038 - stderr> 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  2021-10-14 04:32:38.038 - stderr> 	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
  2021-10-14 04:32:38.038 - stderr> 	at org.apache.spark.deploy.JavaMainApplication.start(SparkApplication.scala:52)
  2021-10-14 04:32:38.038 - stderr> 	at org.apache.spark.deploy.SparkSubmit.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:955)
  2021-10-14 04:32:38.038 - stderr> 	at org.apache.spark.deploy.SparkSubmit.doRunMain$1(SparkSubmit.scala:180)
  2021-10-14 04:32:38.038 - stderr> 	at org.apache.spark.deploy.SparkSubmit.submit(SparkSubmit.scala:203)
  2021-10-14 04:32:38.038 - stderr> 	at org.apache.spark.deploy.SparkSubmit.doSubmit(SparkSubmit.scala:90)
  2021-10-14 04:32:38.038 - stderr> 	at org.apache.spark.deploy.SparkSubmit$$anon$2.doSubmit(SparkSubmit.scala:1043)
  2021-10-14 04:32:38.038 - stderr> 	at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:1052)
  2021-10-14 04:32:38.038 - stderr> 	at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org