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

Gengliang Wang resolved SPARK-55451.
------------------------------------
    Fix Version/s: 4.2.0
       Resolution: Fixed

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

> Fix cursors to do "do-at-open" semantics
> ----------------------------------------
>
>                 Key: SPARK-55451
>                 URL: https://issues.apache.org/jira/browse/SPARK-55451
>             Project: Spark
>          Issue Type: Bug
>          Components: Spark Core
>    Affects Versions: 4.2.0
>            Reporter: Serge Rielau
>            Assignee: Serge Rielau
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.2.0
>
>
> The curent implementation of cursors only starts executing on first fetch.
> That means that table changes AFTER OPEN are still visible.
> That's wrong.
> Ideally we would like freeze the snapshot at OPEN and start executing on 
> first FETCH, but that is difficult. Semantically sane is to start executing 
> at OPEN.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to