naveenp2708 commented on code in PR #57644:
URL: https://github.com/apache/spark/pull/57644#discussion_r3768070732
##########
sql/pipelines/src/test/scala/org/apache/spark/sql/pipelines/graph/UserSpecifiedSchemaValidationSuite.scala:
##########
@@ -182,14 +183,24 @@ class UserSpecifiedSchemaValidationSuite extends
PipelineTest with SharedSparkSe
// AUTO CDC flows: the inferred schema appends a reserved metadata column to
the data columns.
- test("data-only user-specified schema is rejected for an implicit AUTO CDC
flow") {
- // Schema lists the data columns but omits the appended metadata column,
so it is incompatible.
- assertSchemaIncompatible(autoCdcGraph(flowName = "target", declaredSchema
= Some(dataSchema)))
+ test("SPARK-58118: data-only user-specified schema is accepted for an
implicit AUTO CDC flow") {
Review Comment:
Removed
--
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]