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 2022/08/29 07:17:49 UTC

[GitHub] [spark] thenooz commented on pull request #33548: [SPARK-36314][SS] Update Sessionization examples to use native support of session window

thenooz commented on PR #33548:
URL: https://github.com/apache/spark/pull/33548#issuecomment-1229876865

   Hello fellow spark structured streaming sessionizers. According to the apache spark docs, output mode update is not allowed with session window. I tried running the example code in my local machine for 3.2.1 and 3.2.0 and it failed with error: 
   
   > org.apache.spark.sql.AnalysisException: Update output mode not supported for session window on streaming DataFrames/DataSets;
   
   According to this example code it can be done. What am I missing?


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org