Skip to content
#

jdbc

Here are 2,667 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
xuwei-k
xuwei-k commented Jun 13, 2021
[error] -- Error: /tmp/sbt_e60b88db/src/test/scala/app/models/ProgrammersSpec.scala:41:14 
[info] [error] 41 |      created should not beNull
[info] [error]    |      ^^^^^^^^^^^^^^^^^^
[info] [error]    |postfix operator `beNull` needs to be enabled
[info] [error]    |by making the implicit value scala.language.postfixOps visible.
[info] [error]    |----
[info] [error]    |This can be 

Improve this page

Add a description, image, and links to the jdbc 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 jdbc topic, visit your repo's landing page and select "manage topics."

Learn more