You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by arunmahadevan <gi...@git.apache.org> on 2018/08/01 21:47:30 UTC

[GitHub] spark pull request #21721: [SPARK-24748][SS] Support for reporting custom me...

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

    https://github.com/apache/spark/pull/21721#discussion_r207042893
  
    --- Diff: sql/core/src/main/scala/org/apache/spark/sql/streaming/progress.scala ---
    @@ -163,7 +163,8 @@ class SourceProgress protected[sql](
       val endOffset: String,
       val numInputRows: Long,
       val inputRowsPerSecond: Double,
    -  val processedRowsPerSecond: Double) extends Serializable {
    +  val processedRowsPerSecond: Double,
    +  val customMetrics: Option[JValue] = None) extends Serializable {
    --- End diff --
    
    Refactored to Json String instead of JValue.


---

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