You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/04/12 17:12:42 UTC

[GitHub] [spark] sunchao commented on a change in pull request #32039: [SPARK-34947][SQL] Streaming write to a V2 table should invalidate its associated cache

sunchao commented on a change in pull request #32039:
URL: https://github.com/apache/spark/pull/32039#discussion_r611810613



##########
File path: sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/MicroBatchExecution.scala
##########
@@ -39,7 +39,8 @@ class MicroBatchExecution(
     trigger: Trigger,
     triggerClock: Clock,
     extraOptions: Map[String, String],
-    plan: WriteToStream)
+    plan: WriteToStream,
+    catalogAndIdent: Option[(CatalogPlugin, Identifier)] = None)

Review comment:
       Good point. `WriteToStream` is a better place for this information.




-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org