Github user skonto commented on a diff in the pull request:
https://github.com/apache/spark/pull/21652#discussion_r203313358
--- Diff:
resource-managers/kubernetes/integration-tests/src/test/scala/org/apache/spark/deploy/k8s/integrationtest/TestConstants.scala
---
@@ -16,7 +16,7 @@
*/
package org.apache.spark.deploy.k8s.integrationtest
-package object constants {
+object TestConstants {
--- End diff --
I removed the package objects and replaced them with normal ones. The
package statement was wrong and their naming convention was not following scala
rules.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]