uros-b commented on code in PR #57584:
URL: https://github.com/apache/spark/pull/57584#discussion_r3667517288
##########
sql/pipelines/src/main/scala/org/apache/spark/sql/pipelines/graph/FlowPlanner.scala:
##########
@@ -96,10 +95,21 @@ class FlowPlanner(
case _ => unsupportedDestinationType(acmf, output)
}
case ScdType.Type2 =>
- throw new AnalysisException(
- errorClass = "AUTOCDC_SCD2_NOT_SUPPORTED",
Review Comment:
If this error class is no longer used, please remove it completely (for
example, from `common/utils/src/main/resources/error/error-conditions.json`) to
prevent confusion and to keep the error-class registry up to date
--
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]