Skip to content

Commit e7419e5

Browse files
committed
add SPARK-23469 prefix to load test
1 parent 293700d commit e7419e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mllib/src/test/scala/org/apache/spark/ml/feature/HashingTFSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class HashingTFSuite extends MLTest with DefaultReadWriteTest {
8989
assert(hashingTF.indexOf("d") === 90)
9090
}
9191

92-
test("Load HashingTF prior to Spark 3.0") {
92+
test("SPARK-23469: Load HashingTF prior to Spark 3.0") {
9393
val hashingTFPath = testFile("test-data/hashingTF-pre3.0")
9494
val loadedHashingTF = HashingTF.load(hashingTFPath)
9595
val mLlibHashingTF = new MLlibHashingTF(100)

0 commit comments

Comments
 (0)