[
https://issues.apache.org/jira/browse/FLINK-38365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sergey Nuyanzin updated FLINK-38365:
------------------------------------
Description:
There are multiple invalid operations leading to ClassCastException
at least error message could be more user 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}
was:
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}
> 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
> Priority: Major
>
> There are multiple invalid operations leading to ClassCastException
> at least error message could be more user 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)