trino
                                
                                 trino copied to clipboard
                                
                                    trino copied to clipboard
                            
                            
                            
                        Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
## 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...
## 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...
## 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...
## 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...
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...
## 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...
``` 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....