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 These changes allow the Trino-Pinot connector to perform predicate pushdowns for a combination of JSON functions. For example, the following Trino function calls: ``` where contains(ARRAY['O'], json_extract_scalar(json, '$.orderstatus'))...

cla-signed
docs
stale
pinot

## Description `Session`.`createViewSession` creates a new Session that is used when analysing views. Presently this does not pass through the trace token. This is breaking the use of views with...

cla-signed
stale

## 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
stale
opensearch

Any thoughts on why scanning iceberg `$partitions` dat is slower than actually scanning the iceberg table itself? Im on 475, running on EKS. Relevant configuration: ``` additionalConfigProperties: - optimizer.optimize-metadata-queries=true -...

## Description Adds support to read Hive tables with encrypted Parquet files. PS: This PR is work in progress and we are adding tests to it. ## Additional context and...

cla-signed
hudi
iceberg
delta-lake
hive
stale-ignore
redshift

## 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

## Description Add Query Details page to the preview UI. Partially addressing https://github.com/trinodb/trino/issues/22697 ## Additional context and related issues Retains the same functionality as the existing web UI, enhanced with...

cla-signed
ui

Use ICEBERG_CATALOG_ERROR instead GENERIC_INTERNAL_ERROR when iceberg metadata cannot be created due to external reasons. Example stack: ``` Caused by: org.apache.iceberg.exceptions.NotAuthorizedException: Not authorized: invalid_client: Credentials are deactivated: t-E_VPCmbvgJY code: 65536, name:...

cla-signed
no-release-notes
iceberg

## Description - Re-enable metadata table support - bring back the defunct config. - Add support for reading log files to support snapshot querying of Hudi Merge-on-Read (MOR) tables. ##...

cla-signed
docs
hudi
hive

- [x] https://github.com/trinodb/trino/pull/25892 - [x] https://github.com/trinodb/trino/pull/25916