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/02/06 19:41:07 UTC

[GitHub] arunmahadevan edited a comment on issue #23576: [SPARK-26655] [SS] Support multiple aggregates in append mode

arunmahadevan edited a comment on issue #23576: [SPARK-26655] [SS] Support multiple aggregates in append mode
URL: https://github.com/apache/spark/pull/23576#issuecomment-461159066
 
 
   >It’s not obvious to me that it’s valid for a stateful operator to reach through an arbitrary child and grab a watermark from the other side.
   
   @jose-torres, we don't pick an arbitrary child. We consider all the event time inputs (children) to the stateful operator and compute the watermark as the minimum of all the input watermarks (which is the EventTime minus the lag of each child EventTimeWatermarkExec).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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