dongjoon-hyun commented on code in PR #46197:
URL: https://github.com/apache/spark/pull/46197#discussion_r1577322044


##########
core/src/test/scala/org/apache/spark/internal/config/ConfigEntrySuite.scala:
##########
@@ -196,12 +196,6 @@ class ConfigEntrySuite extends SparkFunSuite {
     assert(conversionError.getMessage === s"${conversionTest.key} should be 
double, but was abc")
   }
 
-  test("default value handling is null-safe") {

Review Comment:
   Given that we have a test coverage, it seems that we remove a valid use 
case, @HyukjinKwon .



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to