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

    https://github.com/apache/spark/pull/21305#discussion_r200230884
  
    --- Diff: 
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/basicLogicalOperators.scala
 ---
    @@ -344,6 +344,36 @@ case class Join(
       }
     }
     
    +/**
    + * Append data to an existing DataSourceV2 table.
    + */
    +case class AppendData(
    +    table: LogicalPlan,
    --- End diff --
    
    +1 on this. We will still keep data source v1 and file format(for 
fallback), which doesn't use v2 relation.


---

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

Reply via email to