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 Extracted from #25152. This PR adds the following syntax. Creating a new branch with `FROM other-branch` will be handled as follow-up. ```g4 | CREATE (OR REPLACE)? BRANCH (IF...

cla-signed
hive

## Description Previously OpenLineage run.id was generated as `UUIDv3(hash(queryId))`. Now it is generated as `UUIDv7(queryCreateTime, hash(queryId))`, using [UUIDUtils.generateStaticUUID](https://github.com/OpenLineage/OpenLineage/pull/3672) method. ## Additional context and related issues According to [OpenLineage documentation](https://openlineage.io/docs/spec/object-model#run), it...

cla-signed
docs

## Description Support integral and floating point cast projection pushdown in MySQL. (Issue: https://github.com/trinodb/trino/issues/24949) ## Additional context and related issues This PR adds support for cast projection pushdown for the...

cla-signed
mysql

## Description ## Additional context and related issues ## Release notes ( ) This is not user-visible or is docs only, and no release notes are required. ( ) Release...

cla-signed

I'm attempting to create an external table in Trino (v475) backed by Azure Data Lake Storage Gen2 using the abfs or abfss URI schemes. However, I'm encountering the following errors:...