Github user vackosar commented on a diff in the pull request:
https://github.com/apache/spark/pull/21919#discussion_r207991171
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/datasources/v2/WriteToDataSourceV2.scala
---
@@ -179,3 +192,24 @@ class InternalRowDataWriter(rowWriter:
DataWriter[Row], encoder: ExpressionEncod
override def abort(): Unit = rowWriter.abort()
}
+
+/**
+ * Collects commit progress on writers.
+*/
+trait StreamWriterProgressCollector {
--- End diff --
You are right. I havent realized that I can access WriteToDataSourceV2Exec
directly. Please have a look now
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]