sql: CTAS on crdb_internal.jobs
table panics
#105887
Labels
C-bug
Code not up to spec/doc, specs & docs deemed correct. Solution expected to change code/behavior.
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Describe the problem
CTAS statements querying from
crdb_internal.jobs
table crashes with error:To Reproduce
just run
CREATE MATERIALIZED VIEW v AS SELECT * FROM [SHOW JOBS];
orCREATE TABLE t AS SELECT * FROM [SHOW JOBS];
Expected behavior
Create materialized view as expected and no panic.
Environment:
Jira issue: CRDB-29258
The text was updated successfully, but these errors were encountered: