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

    https://github.com/apache/spark/pull/21721#discussion_r206373303
  
    --- 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 --
    
    Default value does not work in Java API and probably MiMa complains about 
this. I think another constructor should better be made instead of default 
value to work around this.


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to