[
https://issues.apache.org/jira/browse/FLINK-29952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Flink Jira Bot updated FLINK-29952:
-----------------------------------
Labels: pull-request-available stale-major (was: pull-request-available)
I am the [Flink Jira Bot|https://github.com/apache/flink-jira-bot/] and I help
the community manage its development. I see this issues has been marked as
Major but is unassigned and neither itself nor its Sub-Tasks have been updated
for 60 days. I have gone ahead and added a "stale-major" to the issue". If this
ticket is a Major, please either assign yourself or give an update. Afterwards,
please remove the label or in 7 days the issue will be deprioritized.
> Using DROP TABLE XXX to drop a temporary table (or view) in sql-client can
> get an exception with incomplete explaination.
> -------------------------------------------------------------------------------------------------------------------------
>
> Key: FLINK-29952
> URL: https://issues.apache.org/jira/browse/FLINK-29952
> Project: Flink
> Issue Type: Improvement
> Components: Table SQL / API
> Affects Versions: 1.16.0
> Environment: Flink 1.16.0
> Red Hat Enterprise Linux Server release 7.4
> Reporter: StarBoy1005
> Priority: Major
> Labels: pull-request-available, stale-major
> Attachments: image-2022-11-09-15-06-33-188.png
>
>
> Drop temporary table by using DROP TABLE XXX...always get "Drop it first
> before removing the permanent table" but I just create a temporary table and
> have no relation with any permanent table. Like the official example :
> -- create a word data generator table
> CREATE TEMPORARY TABLE word_table (
> word STRING
> ) WITH (
> 'connector' = 'datagen',
> 'fields.word.length' = '1'
> );
> current exception:
> !image-2022-11-09-15-06-33-188.png!
> So I guess the exception should append some notice like "please check
> whether miss a TEMPORARY before TABLE".
--
This message was sent by Atlassian Jira
(v8.20.10#820010)