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 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'))...
## 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...
## Description ## Additional context and related issues ## Release notes ( ) This is not user-visible or is docs only, and no release notes are required. ( ) Release...
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...
## Description ## Additional context and related issues ## Release notes ( ) This is not user-visible or is docs only, and no release notes are required. ( ) Release...
## 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...
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:...
## 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. ##...
- [x] https://github.com/trinodb/trino/pull/25892 - [x] https://github.com/trinodb/trino/pull/25916