yew1eb opened a new issue, #1625: URL: https://github.com/apache/auron/issues/1625
**Describe the bug** <!-- A clear and concise description of what the bug is. --> **To Reproduce** <!-- Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error --> **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> **Screenshots** <!-- If applicable, add screenshots to help explain your problem. --> **Additional context** ``` - test set auron shuffle manager convert to native shuffle exchange where set spark.auron.enable is true *** FAILED *** - test set auron shuffle manager convert to native shuffle exchange where set spark.auron.enable is true *** FAILED ***[0m [31m java.util.NoSuchElementException: None.get[0m [31m at scala.None$.get(Option.scala:529)[0m [31m at scala.None$.get(Option.scala:527)[0m [31m at org.apache.spark.sql.auron.AuronCheckConvertShuffleExchangeSuite.$anonfun$new$2(AuronCheckConvertShuffleExchangeSuite.scala:58)[0m [31m at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)[0m [31m at org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally(SparkErrorUtils.scala:64)[0m [31m at org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally$(SparkErrorUtils.scala:61)[0m [31m at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:94)[0m [31m at org.apache.spark.sql.test.SQLTestUtilsBase.withTable(SQLTestUtils.scala:306)[0m [31m at org.apache.spark.sql.test.SQLTestUtilsBase.withTable$(SQLTestUtils.scala:304)[0m [31m at org.apache.spark.sql.auron.AuronCheckConvertShuffleExchangeSuite.withTable(AuronCheckConvertShuffleExchangeSuite.scala:24)[0m [31m ...[0m - test set non auron shuffle manager do not convert to native shuffle exchange where set spark.auron.enable is true *** FAILED ***[0m [31m java.util.NoSuchElementException: None.get[0m [31m at scala.None$.get(Option.scala:529)[0m [31m at scala.None$.get(Option.scala:527)[0m [31m at org.apache.spark.sql.auron.AuronCheckConvertShuffleExchangeSuite.$anonfun$new$5(AuronCheckConvertShuffleExchangeSuite.scala:89)[0m [31m at scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)[0m [31m at org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally(SparkErrorUtils.scala:64)[0m [31m at org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally$(SparkErrorUtils.scala:61)[0m [31m at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:94)[0m [31m at org.apache.spark.sql.test.SQLTestUtilsBase.withTable(SQLTestUtils.scala:306)[0m [31m at org.apache.spark.sql.test.SQLTestUtilsBase.withTable$(SQLTestUtils.scala:304)[0m [31m at org.apache.spark.sql.auron.AuronCheckConvertShuffleExchangeSuite.withTable(AuronCheckConvertShuffleExchangeSuite.scala:24)[0m [31m ...[0m - test do not convert broadcastExchange to native when set spark.auron.enable.broadcastexchange is false *** FAILED ***[0m [31m NativeBroadcastExchange HashedRelationBroadcastMode(List(cast(input[0, int, false] as bigint)),false), [plan_id=4356][0m [31m +- Project [_1#2005 AS c1#2012, _2#2006 AS c2#2013][0m [31m +- LocalTableScan [_1#2005, _2#2006, _3#2007][0m [31m was not instance of org.apache.spark.sql.execution.exchange.BroadcastExchangeExec (AuronCheckConvertBroadcastExchangeSuite.scala:131)[0m - test bnlj broadcastExchange to native where spark.auron.enable.broadcastexchange is false *** FAILED ***[0m [31m NativeBroadcastExchange IdentityBroadcastMode, [plan_id=4385][0m [31m +- Project [_1#2040 AS c1#2047, _2#2041 AS c2#2048][0m [31m +- LocalTableScan [_1#2040, _2#2041, _3#2042][0m [31m was not instance of org.apache.spark.sql.execution.exchange.BroadcastExchangeExec (AuronCheckConvertBroadcastExchangeSuite.scala:166)[0m ``` -- 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]
