The Wayback Machine - https://web.archive.org/web/20211005102401/https://github.com/topics/query-engine
Skip to content
#

query-engine

Here are 77 public repositories matching this topic...

findepi
findepi commented Sep 6, 2021

With Hive connector

trino:default> CREATE TABLE one (a varchar);
            -> CREATE VIEW two AS SELECT * FROM one;
CREATE TABLE
CREATE VIEW

DROP TABLE is rejected on a view:

trino:default> DROP TABLE two;
Query 20210906_150832_00015_id3y3 failed: line 1:1: Table 'hive.default.two' does not exist, but a view with that name exists. Did you mean DROP VIEW hive.default.t

Improve this page

Add a description, image, and links to the query-engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the query-engine topic, visit your repo's landing page and select "manage topics."

Learn more