Describe the bug
After trinodb/trino#9129 trino would fail
drop view if not exists query if a table with that name exists instead
of silently proceeding.
Which is a problem for us since our tests seem to rely on us they execute
both drop view and drop table to make sure a table or view is deleted.
The tests were fixed in #900 by pinning the version.
But it's good idea to be able to use latest version.
Describe the bug
After trinodb/trino#9129 trino would fail
drop view if not existsquery if a table with that name exists insteadof silently proceeding.
Which is a problem for us since our tests seem to rely on us they execute
both drop view and drop table to make sure a table or view is deleted.
The tests were fixed in #900 by pinning the version.
But it's good idea to be able to use latest version.