We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293700d commit e7419e5Copy full SHA for e7419e5
1 file changed
mllib/src/test/scala/org/apache/spark/ml/feature/HashingTFSuite.scala
@@ -89,7 +89,7 @@ class HashingTFSuite extends MLTest with DefaultReadWriteTest {
89
assert(hashingTF.indexOf("d") === 90)
90
}
91
92
- test("Load HashingTF prior to Spark 3.0") {
+ test("SPARK-23469: Load HashingTF prior to Spark 3.0") {
93
val hashingTFPath = testFile("test-data/hashingTF-pre3.0")
94
val loadedHashingTF = HashingTF.load(hashingTFPath)
95
val mLlibHashingTF = new MLlibHashingTF(100)
0 commit comments