anew commented on code in PR #56419:
URL: https://github.com/apache/spark/pull/56419#discussion_r3399414626


##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/plans/logical/v2Commands.scala:
##########
@@ -824,6 +824,47 @@ case class CreateStreamingTable(
     copy(name = newChild)
 }
 
+/**
+ * Command parsed from `CREATE STREAMING TABLE <name> FLOW AUTO CDC ...` SQL 
syntax.
+ * This command serves as a parse-time placeholder for a pipeline CDC 
definition and cannot be
+ * executed directly. It is interpreted by the pipeline submodule during a 
pipeline execution.

Review Comment:
   OK, I thought this would be ok since I will follow up with that in the next 
PR. 



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