[ 
https://issues.apache.org/jira/browse/SPARK-34889?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

L. C. Hsieh resolved SPARK-34889.
---------------------------------
    Fix Version/s: 3.2.0
       Resolution: Fixed

Issue resolved by pull request 31987
[https://github.com/apache/spark/pull/31987]

> Introduce MergingSessionsIterator merging elements directly which belong to 
> the same session
> --------------------------------------------------------------------------------------------
>
>                 Key: SPARK-34889
>                 URL: https://issues.apache.org/jira/browse/SPARK-34889
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Structured Streaming
>    Affects Versions: 3.2.0
>            Reporter: Jungtaek Lim
>            Assignee: Jungtaek Lim
>            Priority: Major
>             Fix For: 3.2.0
>
>
> This issue tracks effort on introducing MergingSessionsIterator, which 
> enables to merge elements belong to the same session directly. This would be 
> quite performant compared to UpdatingSessionIterator. Note that 
> MergingSessionsIterator can only apply to the cases aggregation can be 
> applied altogether, so there're still rooms for UpdatingSessionIterator to be 
> used.
> This issue also introduces MergingSessionsExec which is the physical node on 
> leveraging MergingSessionsIterator to sort the input rows and aggregate rows 
> according to the session windows.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to