Github user ueshin commented on a diff in the pull request:
https://github.com/apache/spark/pull/20435#discussion_r164953380
--- Diff:
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/sources/memoryV2.scala
---
@@ -30,9 +30,8 @@ import
org.apache.spark.sql.catalyst.plans.logical.{LeafNode, Statistics}
import
org.apache.spark.sql.catalyst.streaming.InternalOutputModes.{Append, Complete,
Update}
import org.apache.spark.sql.execution.streaming.Sink
import org.apache.spark.sql.sources.v2.{DataSourceOptions, DataSourceV2}
-import org.apache.spark.sql.sources.v2.streaming.StreamWriteSupport
-import org.apache.spark.sql.sources.v2.streaming.writer.StreamWriter
-import org.apache.spark.sql.sources.v2.writer._
+import org.apache.spark.sql.sources.v2.writer.{StreamWriteSupport, _}
--- End diff --
`import org.apache.spark.sql.sources.v2.writer._`?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]