You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Xiao Li (JIRA)" <ji...@apache.org> on 2018/07/13 05:28:01 UTC

[jira] [Updated] (SPARK-24039) remove restarting iterators hack

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

Xiao Li updated SPARK-24039:
----------------------------
    Fix Version/s:     (was: 3.0.0)
                   2.4.0

> remove restarting iterators hack
> --------------------------------
>
>                 Key: SPARK-24039
>                 URL: https://issues.apache.org/jira/browse/SPARK-24039
>             Project: Spark
>          Issue Type: Sub-task
>          Components: Structured Streaming
>    Affects Versions: 2.4.0
>            Reporter: Jose Torres
>            Assignee: Jose Torres
>            Priority: Major
>             Fix For: 2.4.0
>
>
> Currently, continuous processing execution calls next() to restart the query iterator after it returns false. This doesn't work for complex RDDs - we need to call compute() instead.
> This isn't refactoring-only; changes will be required to keep the reader from starting over in each compute() call.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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