GitHub user cloud-fan opened a pull request:

    https://github.com/apache/spark/pull/20605

    [SPARK-23419][SPARK-23416][SS] data source v2 write path should re-throw 
interruption exceptions directly

    ## What changes were proposed in this pull request?
    
    Streaming execution has a list of exceptions that means interruption, and 
handle them specially. `WriteToDataSourceV2Exec` should also respect this list 
and not wrap them with `SparkException`.
    
    ## How was this patch tested?
    
    existing test.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloud-fan/spark write

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/20605.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #20605
    
----
commit b91a3af185fa8c953648080c24c71664b1ebe646
Author: Wenchen Fan <wenchen@...>
Date:   2018-02-14T02:18:35Z

    data source v2 write path should re-throw interruption exceptions directly

----


---

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

Reply via email to