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

java.lang.RuntimeException: org.apache.kudu.client.NonRecoverableException: Scanner c1042093aae341e9bc1808ae78804e91 not found (it may have expired)

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...

enhancement
cla-signed
tests:hive

## Description Replaces: #3507 ## Release notes (x) This is not user-visible or docs only and no release notes are required. ( ) Release notes are required, please propose a...

cla-signed
tests:hive

## Description Allow `delta.security` access control to be extended by: - making `delta.security` configurations string-based instead of a enum-based (new) - providing an interface to implement AccessControlMetadata (removed in #11779)...

cla-signed

## Description Invoked PTF from a `SECURITY DEFINER` view using `LocalQueryRunner` cause to call incorrect overloaded method `checkCanGrantExecuteFunctionPrivilege`. This cause perform a wrong check from `SystemAccessControl`, this check invoked: ```...

cla-signed

## Description Upgrade minimum supported version to 21.8 in ClickHouse Fixes #14112 ## Release notes (x) Release notes are required, with the following suggested text: ```markdown # ClickHouse * Upgrade...

cla-signed
docs

## Description schedulingTime and runningTime are helping for performance troubleshooting. Export them to /ui/api/query/queryId json.

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

cla-signed

## Description Rename code references of Presto to Trino per https://github.com/trinodb/trino/pull/14149#discussion_r974162083 - Only code references, e.g. method & variable names, comments - String literals & config files are kept as...

cla-signed

## Description Issue:[14028](https://github.com/trinodb/trino/issues/14028) ## Non-technical explanation ## Release notes ( ) This is not user-visible and no release notes are required. ( ) Release notes are required, please propose a...

cla-signed
tests:hive