diff --git a/adapters/trino/model.json b/adapters/trino/model.json index 5a56810..0cfac4e 100644 --- a/adapters/trino/model.json +++ b/adapters/trino/model.json @@ -5,11 +5,12 @@ { "name": "TEST", "type": "jdbc", - "jdbcDriver": "org.h2.Driver", - "jdbcUrl": "jdbc:h2:tcp://localhost:1521/test", - "jdbcSchema": "PUBLIC", - "jdbcUser": "sa", - "jdbcPassword": "" + "jdbcDriver": "io.trino.jdbc.TrinoDriver", + "jdbcUrl": "jdbc:trino://kenstott-free-cluster.trino.galaxy.starburst.io:443", + "jdbcSchema": "demo", + "jdbcCatalog": "sample", + "jdbcUser": "ken@hasura.io/accountadmin", + "jdbcPassword": "HasuraR0cks!" } ] } diff --git a/calcite-rs-jni/pom.xml b/calcite-rs-jni/pom.xml index 733b6d7..cc9fea9 100644 --- a/calcite-rs-jni/pom.xml +++ b/calcite-rs-jni/pom.xml @@ -13,7 +13,7 @@ 21 UTF-8 1.38.0-SNAPSHOT - 1.40.0 + 1.42.1 @@ -320,7 +320,7 @@ io.trino trino-jdbc - 453 + 457 com.teradata.jdbc @@ -426,11 +426,11 @@ redshift-jdbc42 2.1.0.29 + - io.opentelemetry + io.opentelemetry.semconv opentelemetry-semconv - 1.20.0-alpha - runtime + 1.27.0-alpha jdk.tools