-
Firstly thanks so much for the hard work of the community. As we all know that Trino is "SQL on Everything", but for a general query engine or "gateway" for other data sources, I think some works stil…
-
Hi, I am using the trino 363.
And recently, the error "EXTERNAL ERROR — GENERIC_INTERNAL_ERROR" happened frequently.
``` bash
java.lang.IllegalArgumentException: value is negative
at io.airlift.…
-
presto-docs/src/main/sphinx/develop/connectors.rst,
https://trino.io/docs/current/develop/connectors.html ---reference.
-
Hi team,
I am very excited to see that trino supports aggregation pushdown, because few SQL engines currently on the market support this feature. But I found that only a few connectors currently su…
PChou updated
3 years ago
-
### What would you like to happen?
## Overview
Glue catalog is a serverless metadata storage (databases, tables, schemas, partitions, connectors, etc). More: https://docs.aws.amazon.com/glue/lates…
-
Hive Metastore Caching is disabled in the Iceberg connector.
https://github.com/trinodb/trino/blob/master/plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/catalog/IcebergCatalogModule.java#…
osscm updated
2 years ago
-
When using Trino with the Mongodb, when filtering on most primitive type fields can pushdown to mongo and has good performance. However, filtering on the array field will lead to a table scan and poor…
-
From DBeaver I use the JDBC driver for Trino and I needed to manually add three driver parameters:
* SSL
* SSLKeyStorePassword
* SSLKeyStorePath
Is it possible to pass those parameters and their…
-
The most common ISO Date Time Format is yyyy-MM-dd'T'HH:mm:ss.SSSXXX — for example, "2000-10-31T01:30:00.000-05:00".
However, Trino does not support this:
```
trino> select cast('2000-10-31T01:3…
-
Hi,
When testing the datahub integration I get this error
```
Parameterized types are not allowed in CAST expressions.
SELECT CAST('test plain returns' AS string(60)) anon_1
```