You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/05/09 20:24:33 UTC

[GitHub] [spark] pgandhi999 commented on a change in pull request #24419: [SPARK-25719] : Search functionality in datatables in stages page should search over formatted data rather than the raw data

pgandhi999 commented on a change in pull request #24419: [SPARK-25719] : Search functionality in datatables in stages page should search over formatted data rather than the raw data
URL: https://github.com/apache/spark/pull/24419#discussion_r282651079
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/ui/UIUtils.scala
 ##########
 @@ -145,6 +145,16 @@ private[spark] object UIUtils extends Logging {
     }
   }
 
+  def formatBytes(bytes: Long): String = {
 
 Review comment:
   Makes sense, have updated the code. Thank you.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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