AnishMahto commented on code in PR #56160:
URL: https://github.com/apache/spark/pull/56160#discussion_r3315007194
##########
sql/pipelines/src/main/scala/org/apache/spark/sql/pipelines/graph/FlowExecution.scala:
##########
@@ -343,44 +370,91 @@ trait AutoCdcMergeWriteBase {
/** The destination (target) table entity the AutoCDC flow will be writing
to. */
protected def destination: Table
+ /** The AutoCDC flow's identifier, used as `flowName` in error messages
emitted by this mixin. */
+ protected def identifier: TableIdentifier
Review Comment:
Wired.
--
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]