-
Trino has had its protocol since it's inception in 2012. Both client and cluster protocols are REST-oriented and are using `JSON` as only serialization format and `HTTP/1.1` as a transport layer. Whil…
-
- [x] https://github.com/trinodb/trino/pull/10897
- [x] https://github.com/trinodb/trino/issues/11297
- [x] https://github.com/trinodb/trino/issues/11299
- [x] https://github.com/trinodb/trino/issu…
-
New release is not compatible with PyPy, release `0.5.1` works fine.
```
==================================== ERRORS ====================================
__________________ ERROR collecting tests/…
-
https://github.com/trinodb/trino/pull/22827 introduces subquery cache feature to Trino engine. However, there are many follow up items to improve the performance and hit rate.
Here are the roadmap …
-
- [ ] JDBC based connectors
- [x] Postgres: https://github.com/trinodb/trino/pull/15591
- [ ] SQL Server: We need to specify all existing column properties (e.g. `NOT NULL`, `DEFAULT`)
- [ ] …
ebyhr updated
1 month ago
-
The first statement skips hidden objects correctly, but the 2nd statement doesn't.
```sql
ALTER TABLE region EXECUTE add_files('file:///tmp/add_files/.hidden', 'parquet');
ALTER TABLE region EXECUTE …
-
- `grafana/grafana-oss` Grafana docker container
- v1.0.4 [Grafana TrinoDB Plugin](https://github.com/trinodb/grafana-trino) (v1.0.5 is latest atm. and has some bug causing it not to send the query f…
-
The ideas is originally suggested by @dain at https://github.com/trinodb/trino/issues/4244#issuecomment-678463292
Adding the JWT claims to extraCredentials field will allow the access control plug…
-
## Feature request
**Is your feature request related to a problem? Please describe.**
Currently starrocks supports external catalog creation using glue as metastore. But if glue tables are…
-
Reference implementation can be picked from OpenSearch dereference pushdown https://github.com/trinodb/trino/pull/22646