Andreas Neumann created SPARK-57922:
---------------------------------------

             Summary: Migrate pipeline-dataset parser guards off 
_LEGACY_ERROR_TEMP_0035 to named error conditions
                 Key: SPARK-57922
                 URL: https://issues.apache.org/jira/browse/SPARK-57922
             Project: Spark
          Issue Type: Sub-task
          Components: Declarative Pipelines
    Affects Versions: 4.2.0
            Reporter: Andreas Neumann


The pipeline-dataset guards in SparkSqlParser.visitCreatePipelineDataset 
(bucketing, options, location, STORED AS, SerDe, the 
MATERIALIZED-VIEW-with-AUTO-CDC guard, and the new AUTO CDC streaming-source 
check) all throw via operationNotAllowed, which maps to 
_LEGACY_ERROR_TEMP_0035. Migrate them to proper named error conditions in 
error-conditions.json in one pass, per the project's move away from 
_LEGACY_ERROR_TEMP_* for user-facing errors.

 Raised in the review of SPARK-56249 / PR #56419



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to