You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Ivan Sharamet (JIRA)" <ji...@apache.org> on 2017/09/14 12:52:00 UTC

[jira] [Created] (SPARK-22013) Allow to read the results of a streaming query as non-streaming datasource

Ivan Sharamet created SPARK-22013:
-------------------------------------

             Summary: Allow to read the results of a streaming query as non-streaming datasource
                 Key: SPARK-22013
                 URL: https://issues.apache.org/jira/browse/SPARK-22013
             Project: Spark
          Issue Type: Wish
          Components: SQL
    Affects Versions: 2.2.0
         Environment: All
            Reporter: Ivan Sharamet
            Priority: Minor


It would be great to have ability to read the results of a streaming query as non-streaming datasource, i.e. skipping reading {{_spark_metadata}}, because in some use-cases datasource is being modified by external tools (for example - combining small Parquet/ORC files with Hadoop rather than Spark) leaving {{_spark_metadata}} outdated. This in turn can cause errors if metadata refers to files being deleted or moved.

Currently there is no way to override this behavior.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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