gaborgsomogyi commented on a change in pull request #24403: [SPARK-23014][SS] 
Fully remove V1 memory sink.
URL: https://github.com/apache/spark/pull/24403#discussion_r279362162
 
 

 ##########
 File path: 
mllib/src/test/scala/org/apache/spark/ml/recommendation/ALSSuite.scala
 ##########
 @@ -701,7 +701,7 @@ class ALSSuite extends MLTest with DefaultReadWriteTest 
with Logging {
         }.getMessage.contains(msg))
         assert(intercept[StreamingQueryException] {
           testTransformer[A](dataFrame, model, "prediction") { _ => }
-        }.getMessage.contains(msg))
+        }.getCause.getCause.getMessage.contains(msg))
 
 Review comment:
   Fixed.

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