sql: CREATE MATERIALIZED VIEW AS schema change job has invalid description #107445
Labels
A-schema-changer-impl
Related to the implementation of the new schema changer
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
db-cy-23
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
The schema change job triggered by
CREATE MATERIALIZED VIEW AS
has a job description with invalid SQL.Repro steps
RCA
The job description is being incorrectly manually set instead of using the
tree.CreateView
NodeFormatter
herecockroach/pkg/sql/create_view.go
Line 290 in 24603c9
Jira issue: CRDB-30046
Epic CRDB-27601
The text was updated successfully, but these errors were encountered: