-
### Description
Trino queries return deleted records. This occurs when using equality deletes with Iceberg and filtering by columns that are not part of the Iceberg Identifier Field IDs.
### Steps…
-
The SQL spec and JDBC API support callable procedures that take output arguments. The current Trino version only supports input arguments. Adding this capability will allow us to write custom Trino ca…
-
Currently there is no functionality to get group information from JWT's passed as raw JWT's rather than those obtained via OIDC.
This feature is helpful for automation of group resolution for servi…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar.
### Version
master
### Minimal reproduce step
## Create producer…
-
```
select count(distinct part) from
(select count(1) c, coalesce(p.part, s.part) as part from supplier full/left/right join part) on p.part=s.part group by 2)
where part like '%a' and c > 10
`…
-
Configured successfully a trino connection from OpenMetadata, however we are not able to run metadata pipelines due to integration with Airflow Managed APIs.
![Image](https://github.com/opendatahub-i…
-
Client should send extra credentials only on the initial request.
See https://github.com/trinodb/trino/issues/14364#issuecomment-1263432919 for more context.
-
According to the document description, multiple files were configured, as shown in the figure below. After restarting the coordinator, it was found that it did not take effect through the trino-cli co…
-
Using `GROUP BY arbitrary(column)` you may easily lead to Trino workers crash as the state memory usage is underestimated.
Memory usage reported by the query is smaller than actual usage.
Repro. R…
-
[ref](https://github.com/trinodb/trino/issues/13815), i want to introduce local cache
1. rubix is not available for current version, in addition, its architecture must require install a rubix cluster…