ericm-db commented on code in PR #44884:
URL: https://github.com/apache/spark/pull/44884#discussion_r1475196950


##########
sql/core/src/main/scala/org/apache/spark/sql/execution/SparkStrategies.scala:
##########
@@ -723,7 +723,7 @@ abstract class SparkStrategies extends 
QueryPlanner[SparkPlan] {
    * Strategy to convert [[TransformWithState]] logical operator to physical 
operator
    * in streaming plans.
    */
-  object TransformWithStateStrategy extends Strategy {
+  object TransformWithStateStreamingSrategy extends Strategy {

Review Comment:
   Thanks for catching, refactored



##########
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/TransformWithStateExec.scala:
##########
@@ -60,6 +66,7 @@ case class TransformWithStateExec(
     batchTimestampMs: Option[Long],
     eventTimeWatermarkForLateEvents: Option[Long],
     eventTimeWatermarkForEviction: Option[Long],
+    isStreaming: Boolean = true,

Review Comment:
   refactored



-- 
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]

Reply via email to