trino
trino copied to clipboard
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
It was possible for executorService to not be initialized if setup() was not called due to failure in initialization driven by superclass. ## Release notes (x) This is not user-visible...
``` Error: io.trino.faulttolerant.hive.TestHiveFaultTolerantExecutionConnectorTest.testBucketedExecution Time elapsed: 1.068 s
Currently, `TrinoS3StreamingOutputStream#buffer` in not accounted for by writers. Hence it can cause OOM rather than fail queries gracefully.
## Description The rationale is that, in addition to the user name, all of these can affect access control decisions for an `Identity`, so they should be considered distinct if...
Enforcing using named arguments when calling procedure
## Description Hides Elasticsearch prefix-based pass-through query behind a feature toggle as discussed here #13390 The prefix-based pass-through query is deprecated. the `raw_query` table function should be used instead. To...
I am deploying Trino on a K8s environment. The coordinator is working and accessible on https. However, the worker nodes are shown as 0 on the web-ui. However, I can...
Trino version is 394. I found that one node cpu is high out of 8 workers. Below are the top thread take the cpu: LANG=C ps -eT -o%cpu,pid,tid,ppid,comm | grep...
A connector may ask engine to collect anything defined by `ColumnStatisticType` SPI enum. This is convenient, but sometimes a connector needs to provide its own way of calculating statistics. For...