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

cla-signed

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

cla-signed

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

cla-signed
tests:hive

(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...

enhancement
cla-signed
tests:hive

@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...

performance

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

cla-signed

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

cla-signed

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

cla-signed

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

cla-signed
docs

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

cla-signed
tests:hive