Github user viirya commented on a diff in the pull request:

    https://github.com/apache/spark/pull/21276#discussion_r187264126
  
    --- Diff: core/src/test/scala/org/apache/spark/util/UtilsSuite.scala ---
    @@ -1168,6 +1168,32 @@ class UtilsSuite extends SparkFunSuite with 
ResetSystemProperties with Logging {
           Utils.checkAndGetK8sMasterUrl("k8s://foo://host:port")
         }
       }
    +
    +  object A {
    --- End diff --
    
    nit: more meaningful name, e.g.:
    ```scala
    object MalformedClassObect {
      class MalformedClass
    }
    ```


---

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

Reply via email to