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 Fix the build error in docs. Double underscore makes these anonymous, so they can share the same name. Technically also works as long as the links are the...
## Description Cosmetic change to delta-lake and iceberg test ## Non-technical explanation NA ## Release notes (X) This is not user-visible or docs only and no release notes are required....
## Description Treat such scans as scans over non partitioned tables without applying partition pruning. This is needed to avoid storing too much information in HiveTableHandle. ## Non-technical explanation Allow...
(an alternative to https://github.com/trinodb/trino/pull/14220, maintaining backwards compatibility) A connector may ask engine to collect anything defined by `ColumnStatisticType` SPI enum. This is convenient, but sometimes a connector needs to provide...
@alexjo2144 on slack > If your Iceberg metadata has `splitOffsets` defined for the file you are reading the target-size will be ignored and you'll get one split per offset. target-size...
## Description TODO ## Non-technical explanation TODO ## Release notes (x) This is not user-visible or docs only and no release notes are required. ( ) Release notes are required,...
## Description MySQL based event listener allows to log detailed information about queries running on a Trino cluster directly into a MySQL table > Is this change a fix, improvement,...
## Description This is a follow-up of https://github.com/trinodb/trino/pull/14118 In case of dealing with an `RuntimeException` while commiting an Iceberg transaction, the Iceberg framework will clean up the metadata file corresponding...
## Description Improvements to optimization docs (formatting & grammar), then adding a new section on how to best optimize for syntactic join ordering. > Is this change a fix, improvement,...
## Description ## Non-technical explanation ## Release notes ( ) This is not user-visible or docs only and no release notes are required. ( ) Release notes are required, please...