-
This repository was initially a bed where I placed my Trino experiments on the [Trino Community Broadcast](https://trino.io/broadcast/) as I looked into the intersection of core Trino query engine abs…
-
Instead of imperative method (add/delete through API), declarative configuration approach plays well with Kubernetes, Terraform and others Infrastructure as Code (IaC) tools.
-
### Feature Request / Improvement
Right now there is only one static Thread Pool, which Iceberg library uses internally.
It picks a number based on the num of cores (https://github.com/apache/iceber…
-
## Feature request
**Is your feature request related to a problem? Please describe.**
Trino support combine '*' in select list with GROUP BY. StarRocks will report an error when execute 'selec…
-
Please add support for Trino SQL engine
-
Hello,
I activated the `io.trino.gateway.ha.module.QueryCountBasedRouterProvider` and have two routing groups, each with one cluster.
I also have a rule that directs queries from the "dbt-trino…
-
Is it possible to include the Trino JDBC driver?
More infos about [Trino ](https://trino.io/) .
The problem is, that the Trino driver requires a forward only resultset.
-
Hello,
I am wondering if it would be possible to allow the user to set or change a `default` field on the RecordField struct. This is possible in apache_avro: https://docs.rs/apache-avro/latest/apa…
-
I am creating a Trino table from a select statement on another Trino table. It renders the wrong sql script which adds extra `"` wrapping the table name.
```
httr::set_config(
httr::config(
…
-
### Describe the bug
`SELECT ... FROM l JOIN r` is not a valid SQL query, the `ON` condition should not be optional
### To Reproduce
```
DataFusion CLI v43.0.0
> SELECT * FROM (SELECT 1 AS id, 'F…