HyukjinKwon commented on a change in pull request #28085: 
[SPARK-29641][PYTHON][CORE] Stage Level Sched: Add python api's and tests
URL: https://github.com/apache/spark/pull/28085#discussion_r403651608
 
 

 ##########
 File path: core/src/test/java/test/org/apache/spark/JavaAPISuite.java
 ##########
 @@ -897,6 +901,18 @@ public void persist() {
     assertEquals(1, rdd.first().intValue());
   }
 
+  @Test
 
 Review comment:
   @tgravescs, what about disabling this test and see if it was from side 
effect? Logically, Python related logic does not affect Scala/Java test cases, 
and I presume it might be the side effect from the test it runs first.
   
   Seems the test output is from somewhere related to matrix (e.g., 
`MetricsSystemSuite`); however, I am not sure where exactly it comes from.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to