We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e5ae44 commit 1f22f54Copy full SHA for 1f22f54
src/test/scala/com/sparklingpandas/sparklingml/feature/LuceneBaseTests.scala
@@ -52,7 +52,7 @@ abstract class LuceneStopwordTransformerTest[T <: LuceneTransformer[_]] extends
52
val thst = transformer.asInstanceOf[HasStopwords]
53
thst.set(thst.stopwords, Array("boo"))
54
thst.setStopwords(Array("boop"))
55
- transformer.asInstanceOf[FinnishAnalyzerLucene].setInputCol("input")
+ transformer.asInstanceOf[T].setInputCol("input")
56
val result = transformer.transform(input).collect()
57
assert(result.size === 3)
58
assert(result(2).getSeq(1).isEmpty)
0 commit comments