trino
trino copied to clipboard
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
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...
## 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...
## Description Support ALTER COLUMN SET DATA TYPE statement. ANSI specification: ``` ::= ALTER TABLE ::= ... | ::= ALTER [ COLUMN ] ::= ... | ::= SET DATA TYPE...
## 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...
## 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...
## Description Add table for reverse mapping direction. Clean up table formatting.  > Is this change a fix, improvement, new feature, refactoring, or other? Improvement > Is this a...
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...
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. ```