trino icon indicating copy to clipboard operation
trino copied to clipboard

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)

Results 955 trino issues
Sort by recently updated
recently updated
newest added

## Description Add tables with authorization information to system.metadata #25907 Trino supports ALTER (TABLE | FUNCTION | SCHEMA) SET AUTHORIZATION for quite some time. However there is no way to...

cla-signed

Various Trino connectors support writing data with ZSTD compression (for e.g. using `hive.compression-codec` for [Hive connector](https://trino.io/docs/current/connector/hive.html)). ZSTD also supports compression level (currently from 1 to 22). It would be good...

Currently SqlTask objects are removed from SqlTaskManager.tasks map (cache) after timeout (15 minutes by default). Even though the object is not huge, we observed increased memory pressure up to OOM...

cla-signed
stale

Since we've moved to JDK 11 we can now use multi-release JAR ## Description ## Additional context and related issues ## Release notes ( ) This is not user-visible or...

cla-signed
jdbc
stale

## Description ## Additional context and related issues ## Release notes (x) This is not user-visible or is docs only, and no release notes are required. ( ) Release notes...

cla-signed
hudi
iceberg
delta-lake
hive
stale

Using a DuckDB on a shared storage (NFS) I am unable to query the data. I can see the tables and metadata but when executing a select statement I am...

## Description When a Glue database has extra parameters, Iceberg connectors fails with `io.trino.spi.TrinoException: No PropertyMetadata for property:` error ## Additional context and related issues It's possible for a Glue...

cla-signed
iceberg

## Description Adds queryId to requests send to OPA, enabling tracing of relevant requests to particular queryId ## Additional context and related issues ## Release notes ( ) This is...

I'm using trino 465 into a k8s cluster, and the access control is working as fine. But when i try to allow a user XPTO to read-only a single table,...

bug

### Here is my test: 1. Set redis key/value through redis-cli ``` 127.0.0.1:6379> SET testdb:testrawint:aa 123456789 OK ``` 2. Create trino-redis catalog ``` connector.name=redis redis.nodes=127.0.0.1:6379 redis.password=psswd redis.table-description-cache-ttl=1s redis.table-description-dir=/etc/redis_raw_test redis.key-prefix-schema-table=true ```...