Sergey Nuyanzin created FLINK-38365:
---------------------------------------
Summary: ClassCastException while different operations with
MATERIALIZED TABLE
Key: FLINK-38365
URL: https://issues.apache.org/jira/browse/FLINK-38365
Project: Flink
Issue Type: Bug
Components: Table SQL / Planner
Reporter: Sergey Nuyanzin
Assignee: Sergey Nuyanzin
There are multiple invalid operations leading to ClassCastException
at least error message could be more error friendly
for instance
{code:sql}
alter table my_materialized_table RENAME to new_name;
analyze table my_materialized_table compute statistics;
truncate table my_materialized_table;
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)