-
Perhaps this can be utilized? https://github.com/trinodb/trino/commit/50fbb46fd07cff549dc7d983ce209488e2db60ff#diff-78582e465bdc3219e7ec702a760c87bc8a9e45e39ca65ca823f42ae5d0568d0fR32
-
**Describe the bug**
AFAICT Trino and UC use the same default port number when launched locally: 8080.
If you launch UC first and then Trino, then the `docker run` fails and the duplicate port num…
-
### Describe the bug
Running a simple query `select * from table` and getting a validation error from Zod. `count(*) on the same table succeeds, so it is not a connection issue.
```
{
"code": "…
-
## Description
Currently data access makes use of a GraphQL Quarkus app for accessing data outside of your spark pipeline. GraphQL is not optimized for performing queries against large datasets store…
-
**Describe the bug**
I'm testing the UC x Trino integration and running into some trouble. Both are running locally, Trino inside the latest trino Docker image.
I'm following the steps outline i…
-
### Bug description
I am using Trino to connect to Opensearch since Superset doesn't directly support it yet.
When I do a query that contains embedded rows, superset does not display the headers for…
-
### What happens?
**Double to Decimal cast** suffers from floating point inaccuracies [Similar to https://github.com/duckdb/duckdb/issues/3091]
**Decimal to Decimal cast** in case of downcast to…
-
### Version
main branch
### Describe what's wrong
```
trino:company> COMMENT ON COLUMN test_table.name IS ' ';
Query 20241111_081934_02188_de6jj failed: Index 1 out of bounds for length 1
java.l…
-
## Reference
- https://data-engineer-tech.tistory.com/53
- https://blog.metafor.kr/239
- https://velog.io/@och5351/%EB%8D%B0%EC%9D%B4%ED%84%B0-%ED%94%8C%EB%9E%AB%ED%8F%BC-%EC%9A%B4%EC%98%81-%EA%B0%…
snaag updated
2 months ago
-
It would be great to update the Trino docs to include more precise and detailed setup instructions, including:
- launching UC before Trino to make sure we're using port 8080, see #739
- including `…