Closed YesOrNo828 closed 1 month ago
This error is reported when using 0.5.0 version flink code to access 0.4.* AMS.
This issue has been automatically marked as stale because it has been open for 180 days with no activity. It will be closed in next 14 days if no further activity occurs. To permanently prevent this issue from being considered stale, add the label 'not-stale', but commenting on the issue is preferred when possible.
This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale'
What happened?
show create table
credit.test
: credit.test is a mix-hive format table;When execute the below create table like statement occurs an exception:
If I try to execute the same create table statement occurs another exception:
SHOW TABLES in Flink SQL-Client didn't show the target table; But I discovered that the target table is a Hive table and successfully created it in the AMS website.
Affects Versions
0.5.0
What engines are you seeing the problem on?
Core, Flink
How to reproduce
No response
Relevant log output
No response
Anything else
No response
Code of Conduct