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

## Description This is actually replacement for https://github.com/trinodb/trino/pull/11491 The changes are integrated with the newest trino code New fork created as we don't have write permission to https://github.com/clemensvonschwerin/presto/tree/file-system-based-access-provider-via-rest Would like...

docs
jdbc
tests:hive

## Description When we process Kafka topics, for internal usage we add some bunch of additional columns with some useful data and we fill them with data which is coming...

cla-signed

Resolves: #5658 Superseeds: #5682, because it seems that the developer is not active in the moment. This PR takes all changes as in #5682 and implement additional the proposed changes...

cla-signed

## Description related to https://github.com/trinodb/trino/issues/7496, support text type predicate pushdown in MySQL connector, this pr mainly did predicate pushdown, and didn't involved with top-n/aggregate/join text type pushdown. This pr use...

cla-signed

## Description This WIP PR supports SQL DELETE and SQL UPDATE using the back-end MERGE machinery. This PR is submitted to run the tests in the CI build to see...

cla-signed
tests:hive

Both Iceberg and Delta Lake on Spark support the OR REPLACE clause in CREATE TABLE statement. Those allow to atomically replace a table (using Delta or Icebergs transactional capabilities). Having...

syntax-needs-review

Trino has had a columnar/vectorized evaluation engine since its inception in 2012. After the initial implementation and optimization, and once we were satisfied with the performance for the majority of...

roadmap
performance

## Description Enable Parquet reader to "seek" in the input stream. Part of https://github.com/trinodb/trino/issues/9471 When implementing Bloomfilter reader for parquet, as specified in https://github.com/apache/parquet-mr/commit/806037c080dc477798d157cd4a54a81240a85d37#diff-227f2b038d111d090ba898611889833804545f5c1e5c2d88a43a98a05b2970eb. The bloom_filter_offset in thrift specified the...

cla-signed
tests:hive

This from the release 358. ## Problem I've followed the doc [Secrets](https://trino.io/docs/358/security/secrets.html) to inject secrets into `etc/event-listener.properties` but found the injected environment variables are not resolved at all. (such syntax...

enhancement

https://github.com/trinodb/trino/actions/runs/3097813235/jobs/5015484200 ``` Error: io.trino.plugin.pinot.TestPinotWithoutAuthenticationIntegrationLatestVersionNoGrpcConnectorSmokeTest.testAggregation Time elapsed: 13.462 s

bug