cloud-fan commented on a change in pull request #26127: [SPARK-29348][SQL] Add
observable Metrics for Streaming queries
URL: https://github.com/apache/spark/pull/26127#discussion_r336577393
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/streaming/progress.scala
##########
@@ -106,7 +109,9 @@ class StreamingQueryProgress private[sql](
val eventTime: ju.Map[String, String],
val stateOperators: Array[StateOperatorProgress],
val sources: Array[SourceProgress],
- val sink: SinkProgress) extends Serializable {
+ val sink: SinkProgress,
+ @JsonDeserialize(contentAs = classOf[GenericRowWithSchema])
Review comment:
what does it mean?
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]