naveenp2708 commented on code in PR #57644:
URL: https://github.com/apache/spark/pull/57644#discussion_r3767986448
##########
sql/pipelines/src/main/scala/org/apache/spark/sql/pipelines/graph/Flow.scala:
##########
@@ -494,3 +494,14 @@ class AutoCdcMergeFlow(
}
}
+
+object AutoCdcMergeFlow {
+
+ /** The engine-owned reserved AUTO CDC column(s) present in `schema`, if
any. */
Review Comment:
They're called on the user-declared schema too (stripReservedFields runs on
the declared schema in the validation check), so I threaded the resolver into
both, same as requireReservedPrefixAbsentInSourceColumns.
--
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]