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/10/21 03:25:43 UTC

[GitHub] [spark] HeartSaVioR commented on issue #26162: [SPARK-29438][SS] Use partition ID of StateStoreAwareZipPartitionsRDD for determining partition ID of state store in stream-stream join

HeartSaVioR commented on issue #26162: [SPARK-29438][SS] Use partition ID of StateStoreAwareZipPartitionsRDD for determining partition ID of state store in stream-stream join
URL: https://github.com/apache/spark/pull/26162#issuecomment-544334257
 
 
   There's even no need to assume only right side has input rows, as Spark runs empty batch when watermark is advanced in a batch. It can also occur when there's no data in both sides.
   
   We've artificially made this fail via setting broadcast join threshold to be something we may not use for production, but it will occur in any case where left side of UNION could have less partitions.

----------------------------------------------------------------
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:
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