-
### Describe the feature
Following issues preventing us from using the default dbt merge macro:
- Need to alias columns on WHEN not matched clause: https://github.com/trinodb/trino/issues/14014
-…
-
- Is there any specific reason that fills only single dummy column on Hive view?
- https://github.com/trinodb/trino/blob/ff794d2b1f12ed2eb8c6da89b416b8fa5e696c79/plugin/trino-hive/src/main/java/io/tr…
-
This issue acts as an :open_umbrella: for the coercions done or which are supposed to get done in Hive to provide an overview for what efforts have been done in supporting coercion scenarios.
```[ta…
-
We've observer an issue with Jersey 3.1.+ running in the Jetty EE10 container that applies to HTTP/2 protocol.
When client disconnects in the middle of the request (due to a timeout or whatever), i…
-
Trino Gateway does not support a sequence of statements like the following
```
START TRANSACTION;
...
various statements
...
COMMIT;
```
Problems are:
* each statement is separate from the perspect…
-
Our setup uses Basic Auth for users via a transparent proxy that exchange the Basic Auth credentials to JWT token and passes to the backend. When we have Trino Gateway set up behind this transparent p…
-
* [x] https://github.com/trinodb/trino/pull/9362
* [x] #14027
* [x] provide a checker ensuring that a JUnit test does not extend from TestNG-annotated test class, to avoid situation when `@Test` or …
-
SQL:
```sql
-- Table c1000 has 1000 columns
-- Table c10 has 10 columns
SELECT * FROM c1000 t1 WHERE (SELECT COUNT(*) FROM c10 t2 WHERE t1.col0 = t2.col0) > 2;
```
Stacktrace:
```
com.google.common.u…
-
https://github.com/trinodb/trino/actions/runs/11073808274/job/30771180097
```
Error: io.trino.filesystem.alluxio.TestAlluxioFileSystem -- Time elapsed: 90.72 s
-
## Expected Behavior or Use Case
For batch queries, if the CTE has been previously materialized and uses static deterministic filters and functions, and the underlying data remains unchanged,…