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 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...
## 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...
## 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...
## Description ## Additional context and related issues ## Release notes ( ) This is not user-visible or is docs only, and no release notes are required. ( ) Release...
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:...