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

Hi team, Some of the queries with array_agg are failing with null pointer exception, stack trace given below. Whats more weird is that if we run the query with more...

bug

## Description > Is this change a fix, improvement, new feature, refactoring, or other? improvement ## Related issues, pull requests, and links Fixes #11000 ## Documentation (x) No documentation is...

cla-signed

## Description Support ALTER COLUMN SET DATA TYPE statement. ANSI specification: ``` ::= ALTER TABLE ::= ... | ::= ALTER [ COLUMN ] ::= ... | ::= SET DATA TYPE...

enhancement
cla-signed
syntax-needs-review
docs
tests:hive

## Description Add `insert-existing-partitions-behavior` property in Delta Lake ## Documentation (x) Sufficient documentation is included in this PR. ## Release notes (x) Release notes entries required with the following suggested...

cla-signed
docs
tests:hive

## Description This PR adds and the REST Catalog implementation for Iceberg. > Is this change a fix, improvement, new feature, refactoring, or other? New Feature / Improvement > Is...

cla-signed
docs
tests:hive

## Description Add table for reverse mapping direction. Clean up table formatting. ![image](https://user-images.githubusercontent.com/3756245/183749306-01df44d4-8a93-4c94-90a2-fd6b15df8a65.png) > Is this change a fix, improvement, new feature, refactoring, or other? Improvement > Is this a...

cla-signed
docs

This PR supersedes #8335

cla-signed

Now we are trying to explain in a big table what is the type mapping relationship between Trino and different connectors, which will cause a problem for users: **is this...

## Description > Is this change a fix, improvement, new feature, refactoring, or other? Improvement > Is this a change to the core query engine, a connector, client library, or...

cla-signed
docs

It ends up in crossing the time limit for trino-test module (60 min) in GHA. ``` 2022-08-04T09:40:03.8940316Z io.trino.tests.TestDistributedFaultTolerantEngineOnlyQueries running for 27.43m 2022-08-04T09:40:03.8940904Z io.trino.tests.TestDistributedFaultTolerantEngineOnlyQueries.testScalarSubquery running for 25.44m. ```