Github user rdblue commented on a diff in the pull request:
https://github.com/apache/spark/pull/21305#discussion_r189728174
--- 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(
--- End diff --
This is `InsertInto`. Wenchen wanted to call it `Append` because that is
more specific.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]