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

    https://github.com/apache/spark/pull/20369#discussion_r163751107
  
    --- Diff: 
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/WriteToDataSourceV2.scala
 ---
    @@ -62,7 +62,7 @@ case class WriteToDataSourceV2Exec(writer: 
DataSourceV2Writer, query: SparkPlan)
     
         try {
           val runTask = writer match {
    -        case w: ContinuousWriter =>
    +        case w: StreamWriter =>
    --- End diff --
    
    I don't have a better idea, but at least we should add some comments here 
to explain this.


---

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

Reply via email to