trino icon indicating copy to clipboard operation
trino copied to clipboard

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)

Results 955 trino issues
Sort by recently updated
recently updated
newest added

This pull request adds the exposure of the distribution of `outputBuffer`'s utilization as the `outputBuffers.utilization` parameter in the operator stats. **Note:** Reading this metric (`ArbitraryOutputBuffer.getInfo`, same for other `OutputBuffers`) from...

cla-signed

## Description Remove `@Deprecated` from OidcDiscoveryConfig fields Using deprecated annotations had unintended consequence of printing deprecation warnings even when these properties are actually used for providing additional configuration. Additionally, simplify...

cla-signed

Leaving a note since `environment` is not apparent initially, is crucial to make the example configuration work and figuring out why the example is not picked up can be frustrating....

cla-signed
docs

We found few critical/high vulnerabilities in some of the plugin libraries when anchore scan was done on the latest Trino version 359. CVE-2018-10237 - calcite-core-1.21.0.146-shaded.jar:guava - guava-19.0 (Fix available in...

## Description Add a Maven Archetype to make it easier to create new Trino plugins. It creates a new plugin with a connector that has a single table with 3...

cla-signed
docs
no-release-notes

``` io.trino.plugin.deltalake.TestDeltaLakeCreateTableStatistics.testMultiFileTable Time elapsed: 1.888 s

test

> Is this change a fix, improvement, new feature, refactoring, or other? Improvement. > Is this a change to the core query engine, a connector, client library, or the SPI...

cla-signed

`TestHiveAlluxioMetastore.testGetPartitionsWithFilter` always fails by incorrect results (#13252). We should document the behavior or (and) disable the integration by default and prepare a flag as @findepi mentioned in https://github.com/trinodb/trino/pull/13252#discussion_r925752626 Also, the...

## Description Since partial aggregation can be disabled at runtime, both aggregated and the input data need to be passed through to the final step. This change extends the partial...

cla-signed
performance

## Description The Eclipse compiler seems to be more picky about things, like the package declaration and the places of the file, etc. This patch tries to address these issues....

tests:hive