-
The problem is when DISTINCT appears in the query:
```
SELECT DISTINCT col1, col2, ..., col600 FROM sometable
```
The same query without DISTINCT works as expected so the message "statement is too…
-
### What is it?
In a BigQuery world, it was really easy to just expose all our models as a public data on Analytics Hub.
If we move to a world where more models run on sqlmesh+Trino, how can we ex…
-
**Problem**
**Cube Version**: v0.34.50
Hello, I’m trying to use Cube + Trino and pre-aggregate some data. I have a table where the output data is 10 GB, and I receive an error on my refresh work…
-
trino python client supports oauth2. I searched through various places and cannot find a way to connect to Trino via OAuth 2.0. Does RPresto also have this capability?
ref: https://github.com/trino…
-
The community of maintainers and contributors expressed interest in removing the connector due to the:
1. high cost of maintaining it,
2. dependency on HBase/Hadoop which makes testing infrastructu…
-
Implement the TODO here: https://github.com/trinodb/trino/blob/master/plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/IcebergMetadata.java#L542
Here's an example from Hive: https://githu…
-
### Feature Request / Improvement
Currently, if I am using pyiceberg to create/maintain my iceberg tables and I use Trino (AWS Athena) to do compaction on the same (using Spark)- the files created vi…
-
Today in the jupyter notebook for trino, the first step is to instll trino and pandas library, see https://github.com/apache/gravitino-playground/blob/main/init/jupyter/gravitino-trino-example.ipynb. …
-
Hi everyone! I'm trying to connect soda to trino but using username and password and a self-signed certificate.
It does not work because there is no parameter "verify" in soda-core-trino [1] that c…
-
I am trying to understand the best way to handle using trino when deployed inside a Kubernetes cluster leveraging Istio as a service mesh, With Authentication ENABLED in trino.
Problem:
- Trino r…