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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to