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

Minor refactoring of connection factories structure that makes it easier to introduce new connection factories without adding new annotations

cla-signed
stale

## Description https://github.com/trinodb/trino/pull/19385 (precisely https://github.com/trinodb/trino/commit/046b09decc09a30f6374db58d256b02299d69e84) introduced specialized loops generation for aggregations. The issue with that is the size of the generated method grows exponentially with the number of the operator...

stale

In `tpcds/q95` `web_sales` table is scanned multiple times. Additionally, that table is then distributed across nodes using same hash column: ``` Fragment 12 [SOURCE] CPU: 2.63m, Scheduled: 4.87m, Input: 720000376...

enhancement

All changes from https://github.com/trinodb/trino/pull/20495 but removed "offline". Changes: * GH actions: remove "offline" stuff, no need to "prime local repository" either (go-offline and related removed) * removed takari-local-repository, instead using...

cla-signed

When connecting to a Prometheus endpoint, trino-prometheus connector only support 'Authorization' header. Currently trino-prometheus connector uses property 'prometheus.bearer.token.file' to take JWT token as input which always been set to HTTP...

enhancement

## Description This information can be particularly useful in the context of concurrent writes operations to identify overlaps between the partitions being read by the current operation and the partitions...

cla-signed
delta-lake

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

cla-signed
docs

Currently, Trino evaluates named queries (WITH clause) by inlining them wherever they are referenced in the body of the main query. This can cause problems if the query is non-deterministic,...

bug

Stack trace: ``` 024-01-09T15:00:48.8055537Z [ERROR] io.trino.plugin.oracle.TestOracleQueryFailureRecoveryTest.testExplainAnalyze -- Time elapsed: 113.5 s

bug
test

## Description Follow up to https://trinodb.slack.com/archives/CP1MUNEUX/p1705983989648189 ## Additional context and related issues None ## Release notes (x) This is not user-visible or is docs only, and no release notes are...

cla-signed
docs