HyukjinKwon commented on a change in pull request #30323:
URL: https://github.com/apache/spark/pull/30323#discussion_r521053593



##########
File path: core/src/main/scala/org/apache/spark/util/Utils.scala
##########
@@ -1090,20 +1090,20 @@ private[spark] object Utils extends Logging {
     }
     // checks if the hostport contains IPV6 ip and parses the host, port
     if (hostPort != null && hostPort.split(":").length > 2) {
-      val indx: Int = hostPort.lastIndexOf("]:")

Review comment:
       this is just variable name. I think it's fine to use a short name




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

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