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

    https://github.com/apache/spark/pull/19408#discussion_r142038556
  
    --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala ---
    @@ -981,7 +981,13 @@ private[spark] object Utils extends Logging {
           return cached
         }
     
    -    val indx: Int = hostPort.lastIndexOf(':')
    +    val indx: Int =
    +      // Interpret hostPort as literal IPv6 address if it contains two ore 
more colons
    +      // scalastyle:off SingleSpaceBetweenRParenAndLCurlyBrace
    --- End diff --
    
    Turn the rule back on after the block?


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to