gaborgsomogyi commented on a change in pull request #24403: [SPARK-23014][SS]
Fully remove V1 memory sink.
URL: https://github.com/apache/spark/pull/24403#discussion_r279366688
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/sources/memory.scala
##########
@@ -128,14 +128,14 @@ class MemorySinkV2 extends SupportsStreamingWrite with
MemorySinkBase with Loggi
batches.clear()
}
- override def toString(): String = "MemorySinkV2"
+ override def toString(): String = "MemorySink"
}
case class MemoryWriterCommitMessage(partition: Int, data: Seq[Row])
extends WriterCommitMessage {}
class MemoryStreamingWrite(
- val sink: MemorySinkV2, schema: StructType, needTruncate: Boolean)
+ val sink: MemorySink, schema: StructType,
needTruncate: Boolean)
Review comment:
Fixed.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]