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 ***
     java.util.NoSuchElementException: None.get
     at scala.None$.get(Option.scala:529)
     at scala.None$.get(Option.scala:527)
     at 
org.apache.spark.sql.auron.AuronCheckConvertShuffleExchangeSuite.$anonfun$new$2(AuronCheckConvertShuffleExchangeSuite.scala:58)
     at 
scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
     at 
org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally(SparkErrorUtils.scala:64)
     at 
org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally$(SparkErrorUtils.scala:61)
     at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:94)
     at 
org.apache.spark.sql.test.SQLTestUtilsBase.withTable(SQLTestUtils.scala:306)
     at 
org.apache.spark.sql.test.SQLTestUtilsBase.withTable$(SQLTestUtils.scala:304)
     at 
org.apache.spark.sql.auron.AuronCheckConvertShuffleExchangeSuite.withTable(AuronCheckConvertShuffleExchangeSuite.scala:24)
     ...
   
   - test set non auron shuffle manager do not convert to native shuffle 
exchange where set spark.auron.enable is true *** FAILED ***
     java.util.NoSuchElementException: None.get
     at scala.None$.get(Option.scala:529)
     at scala.None$.get(Option.scala:527)
     at 
org.apache.spark.sql.auron.AuronCheckConvertShuffleExchangeSuite.$anonfun$new$5(AuronCheckConvertShuffleExchangeSuite.scala:89)
     at 
scala.runtime.java8.JFunction0$mcV$sp.apply(JFunction0$mcV$sp.java:23)
     at 
org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally(SparkErrorUtils.scala:64)
     at 
org.apache.spark.util.SparkErrorUtils.tryWithSafeFinally$(SparkErrorUtils.scala:61)
     at org.apache.spark.util.Utils$.tryWithSafeFinally(Utils.scala:94)
     at 
org.apache.spark.sql.test.SQLTestUtilsBase.withTable(SQLTestUtils.scala:306)
     at 
org.apache.spark.sql.test.SQLTestUtilsBase.withTable$(SQLTestUtils.scala:304)
     at 
org.apache.spark.sql.auron.AuronCheckConvertShuffleExchangeSuite.withTable(AuronCheckConvertShuffleExchangeSuite.scala:24)
     ...
   
   
   - test do not convert broadcastExchange to native when set 
spark.auron.enable.broadcastexchange is false *** FAILED ***
     NativeBroadcastExchange 
HashedRelationBroadcastMode(List(cast(input[0, int, false] as bigint)),false), 
[plan_id=4356]
     +- Project [_1#2005 AS c1#2012, _2#2006 AS c2#2013]
        +- LocalTableScan [_1#2005, _2#2006, _3#2007]
      was not instance of 
org.apache.spark.sql.execution.exchange.BroadcastExchangeExec 
(AuronCheckConvertBroadcastExchangeSuite.scala:131)
   
   
   - test bnlj broadcastExchange to native where 
spark.auron.enable.broadcastexchange is false *** FAILED ***
     NativeBroadcastExchange IdentityBroadcastMode, [plan_id=4385]
     +- Project [_1#2040 AS c1#2047, _2#2041 AS c2#2048]
        +- LocalTableScan [_1#2040, _2#2041, _3#2042]
      was not instance of 
org.apache.spark.sql.execution.exchange.BroadcastExchangeExec 
(AuronCheckConvertBroadcastExchangeSuite.scala:166)
   
   ```


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

Reply via email to