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 Skip showing commits where Trino was renamed in Github's blame view. To use this locally, either point to the file explicitly: ```bash git blame --ignore-revs-file .git-blame-ignore-revs ``` or...

cla-signed

## Description The network in the emulated containers seems to be much slower, so timeouts need to be increased. I couldn't find what's the default value, `apt-config dump` doesn't show...

cla-signed

## Description Filter Iceberg splits based on `$file_modified_time` column predicates Fixes #13504 ## Documentation (x) No documentation is needed. ## Release notes (x) Release notes entries required with the following...

cla-signed

## Description Resolves #1240 by mapping Hive TIMESTAMP WITH LOCAL TIME ZONE to TIMESTAMP WITH TIME ZONE with UTC zone. Mapping to UTC is a bit of a judgement call...

cla-signed

Comments can be added to table columns where as the same is not possible for view's columns. As of now below is how it is added to table's columns `COMMENT...

enhancement

## Description Fixes https://github.com/trinodb/trino/issues/13472 > Is this change a fix, improvement, new feature, refactoring, or other? Fix > Is this a change to the core query engine, a connector, client...

cla-signed
tests:hive
performance

``` E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/p/python3.10/libpython3.10-minimal_3.10.4-3ubuntu0.1_arm64.deb Could not connect to ports.ubuntu.com:80 (185.125.190.39), connection timed out Could not connect to ports.ubuntu.com:80 (185.125.190.36), connection timed out E: Failed to fetch http://ports.ubuntu.com/ubuntu-ports/pool/main/p/python3.10/python3.10-minimal_3.10.4-3ubuntu0.1_arm64.deb Unable...

## Description Support pinot TLS connection to controller/broker. This can be enabled by ``` pinot.tls.enabled=true ``` ## Release notes ```markdown # Pino Support TLS connection via the `pinot.tls.enabled` configuration property....

cla-signed
docs