You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Tathagata Das (JIRA)" <ji...@apache.org> on 2017/05/18 05:24:04 UTC

[jira] [Created] (SPARK-20792) Support same timeout operations in mapGroupsWithState function in batch queries as in streaming queries

Tathagata Das created SPARK-20792:
-------------------------------------

             Summary: Support same timeout operations in mapGroupsWithState function in batch queries as in streaming queries
                 Key: SPARK-20792
                 URL: https://issues.apache.org/jira/browse/SPARK-20792
             Project: Spark
          Issue Type: Sub-task
          Components: Structured Streaming
    Affects Versions: 2.2.0
            Reporter: Tathagata Das
            Assignee: Tathagata Das


Currently, in the batch queries, timeout is disabled (i.e. GroupStateTimeout.NoTimeout) which means any GroupState.setTimeout*** operation would throw UnsupportedOperationException. This makes it weird when converting a streaming query into a batch query by changing the input DF from streaming to a batch DF. If the timeout was enabled and used, then the batch query will start throwing UnsupportedOperationException.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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