DROP TABLE IF EXISTS silently ignores views #9129
Labels
Comments
|
can you assign me to this issue ? |
|
i have installed hadoop and hive , |
You need to create view and then use |
How do i create a view im new |
|
Please refer to Trino documentation: https://trino.io/docs/current/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


With Hive connector
DROP TABLEis rejected on a view:Now this should fail informing that relation indeed exists, but is not a table -- but succeeds:
nothing got dropped:
The text was updated successfully, but these errors were encountered: