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 this pr can access mysql or doris using user who access trino, to Complete related permission control ## Non-technical explanation ## Release notes ( ) This is not...

cla-signed

## Description Streamline running tests with all secrets for approved commits. This is based on https://github.com/imjohnbo/ok-to-test The suggested workflow is: * a contributor opens up a PR * a regular...

cla-signed
no-release-notes

Bug notice by @dedep I have configured File-based Access Control with a rules: ``` { "catalogs": [] } ``` so the only visible catalog should be `system` but using `USE`...

bug

I've noticed that instead of not permitting correlated subqueries, instead only certain kinds of correlated subqueries seem to be valid. For instance, the below query throws an error: `Given correlated...

## Description Adds metrics for page filter and projection execution time to operator metrics which are available in EXPLAIN ANALYZE VERBOSE. ## Non-technical explanation Add metrics for filter and projection...

cla-signed
tests:hive
performance

## Description > Is this change a fix, improvement, new feature, refactoring, or other? Fix > Is this a change to the core query engine, a connector, client library, or...

cla-signed
tests:hive

Since we have upgraded to parquet 1.12.x, we can implement the parquet filter now. Will publish the PR soon.

roadmap

## Description Speed up the deletion of an S3 "directory" ( a path prefix which corresponds to multiple S3 objects) by using batch deletion requests. The deletion acts under a...

cla-signed
tests:hive

## Description ~~The Accumulo connector uses a custom plugin that's currently all named around Presto. This PR proposes that we work with the plugin owners to shift from the "Presto"...

cla-signed
docs

Adding helm chart documentation so that users can run Trino on Kubernetes.

cla-signed
docs