Misleading exception information: no such param of "allow_non_zero_missing" (#6418)

This commit is contained in:
zhang_jf
2020-11-20 19:33:34 +08:00
committed by GitHub
parent 00218d065a
commit cc581b3b6b
2 changed files with 2 additions and 2 deletions

View File

@@ -145,7 +145,7 @@ class MissingValueHandlingSuite extends FunSuite with PerTest {
}
}
test("specify a non-zero missing value but set allow_non_zero_missing " +
test("specify a non-zero missing value but set allow_non_zero_for_missing " +
"does not stop application") {
val spark = ss
import spark.implicits._