MaxGekk commented on a change in pull request #26799: [SPARK-30170][SQL][MLLIB]
Eliminate compilation warnings: part 1
URL: https://github.com/apache/spark/pull/26799#discussion_r355656595
##########
File path:
mllib/src/test/scala/org/apache/spark/ml/feature/StopWordsRemoverSuite.scala
##########
@@ -242,7 +242,7 @@ class StopWordsRemoverSuite extends MLTest with
DefaultReadWriteTest {
remover.transform(df)
.select("filtered1", "expected1", "filtered2", "expected2")
.collect().foreach {
- case Row(r1: Seq[String], e1: Seq[String], r2: Seq[String], e2:
Seq[String]) =>
+ case Row(r1: Seq[_], e1: Seq[_], r2: Seq[_], e2: Seq[_]) =>
Review comment:
I added it
----------------------------------------------------------------
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]