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 > Is this change a fix, improvement, new feature, refactoring, or other? + Yes, this is a [bug fix](https://github.com/trinodb/trino/issues/12107) > Is this a change to the core query...

cla-signed

## Description It is a bad practice to use mutable list(ArrayList as specified in ColumnIOFactory's ColumnIOCreatorVisitor's leaves) as a map key. Since one can modify the key's content. ## Non-technical...

cla-signed
tests:hive

`HiveMetastoreTableOperations` using aquireLock and releaseLock while committing to iceberg existing table. `releaseLock` happens in the `finally` block and that step can also fail, and that result into that missing manifest...

## Description Follow-up to https://github.com/trinodb/trino/pull/13944 I will needed this to complete https://github.com/trinodb/trino/pull/13713 ## Release notes ( ) This is not user-visible and no release notes are required. ( ) Release...

cla-signed
tests:hive

## Description This PR formalizes the release process into the Trino DEVELOPMENT.md file. ## Non-technical explanation Updating DEVELOPMENT.md. ## Release notes (x) This is not user-visible and no release notes...

cla-signed
docs

Javadoc suggests that there are 3 aggregations involved. However, there are only 2 aggregations and GroupId operator. ## Description ## Non-technical explanation ## Release notes ( ) This is not...

cla-signed

## Description Pinot proxy is used as the global user-facing endpoint to handle all controller/broker HTTP requests as well as server gRPC requests for Trino. This is a must when...

cla-signed
docs

This fixes the issue with performance cache: https://github.com/GoogleCloudDataproc/hadoop-connectors/issues/342

cla-signed
tests:hive

## Description This PR add checks if user has an access to catalog and schema in `USE` statement. ## Related issues, pull requests, and links - Fixes https://github.com/trinodb/trino/issues/14208 ## Non-technical...

cla-signed

## Description This PR filter out values using configured access control from tables: - `analyze_properties` - `column_properties` - `materialized_view_properties` - `schema_properties` - `table_properties` ## Related issues, pull requests, and links...

cla-signed