trino
trino copied to clipboard
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
## 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...
## 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...
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`...
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...
## 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...
Since we have upgraded to parquet 1.12.x, we can implement the parquet filter now. Will publish the PR soon.
## 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...
## 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"...
Adding helm chart documentation so that users can run Trino on Kubernetes.