-
### Describe the bug
If you have a table in any data warehouse under a Trino with a decimal type, queries will fail
### To Reproduce
1) create a postgres table
```
CREATE TABLE temp_table2
…
-
The documentation for [Presto C++ Remote Function Execution](https://prestodb.io/docs/current/presto_cpp/features.html#remote-function-execution) does not mention the CMake flag `PRESTO_ENABLE_REMOTE_…
-
Are you planning on supporting Presto in the future?
That would be awesome.
http://prestodb.io/docs/current/
-
Your Environment
Presto version used: 0.289-SNAPSHOT
Storage: File
Data source and connector used: Iceberg connector
Deployment: local
==========================================================…
-
POS already materializes intermediate stages into RDDs so cte materialization there should be very efficient
## Expected Behavior or Use Case
## Presto Component, Service, or Connector…
-
There are two different event signatures for `AddNewRollupType` now
| Signature | Selector |
|---|---|
| AddNewRollupType(uint32,address,address,uint64,uint8,bytes32,string,bytes32) …
-
## Summary
Would like to see Starburst/Trino DB support via custom SQL driver, preferred, over the REST interface due to speed concerns. Would enable distributed queries in a virtual datawarehouse.…
-
I'd really love it and would make me understand better the architecture of Presto if you included a high level example (using schematics as well)
-
### Module
Presto
### Problem
- Presto Module uses the outdated Docker Image of `ghcr.io/trinodb/presto` and needs to be updated to `prestodb/presto`.
- Refer to https://github.com/testcontainers/…
-
I am trying to connect this extension to a `presto` instance, however I have problems with two things.
First of all - **is presto connection supported** at this moment? I can't find anything related …