cloud-fan commented on code in PR #44119:
URL: https://github.com/apache/spark/pull/44119#discussion_r1429683995
##########
sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriterV2.scala:
##########
@@ -36,7 +37,7 @@ import org.apache.spark.sql.types.IntegerType
*/
@Experimental
final class DataFrameWriterV2[T] private[sql](table: String, ds: Dataset[T])
- extends CreateTableWriter[T] {
+ extends CreateTableWriter[T] with MergeIntoWriter[T] {
Review Comment:
is there anything shared with existing `DataFrameWriterV2` functions? If not
maybe we can just add a new concrete class `MergeIntoWriter`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]