Github user cloud-fan commented on a diff in the pull request:

    https://github.com/apache/spark/pull/20602#discussion_r168060518
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamExecution.scala
 ---
    @@ -369,7 +370,11 @@ abstract class StreamExecution(
             //                      exception
             // UncheckedExecutionException - thrown by codes that cannot throw 
a checked
             //                               ExecutionException, such as 
BiFunction.apply
    -        case e2 @ (_: UncheckedIOException | _: ExecutionException | _: 
UncheckedExecutionException)
    +        // SparkException - thrown if the interrupt happens in the middle 
of an RPC wait
    --- End diff --
    
    does it mean this issue is nothing to do with `WriteToDataSourceV2Exec`?


---

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

Reply via email to