trino
trino copied to clipboard
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
We are running the insert query in trino(version : 366) , we are getting the below error intermittently ``` Query 20220105_080332_00024_8knjy failed: Error moving data files from gs://xxx-gcs-prod/data0/logs/trino/e1dafcd1-a616-4205-b2ed-73025fd6a828/set=e578fef26a6d451bb6ee268d3c0bc47e/process_date=2022-01-02/hour=10/20220105_080332_00024_8knjy_03e649ad-06ee-4a73-a95f-1a08ac20e542 to final...
## Description The motivation comes from #18013. Currently, DeltaLakeMetadata class calls some `getColumn*(MetadataEntry)` methods from several places. It's a little hard to use those methods correctly. It would be better...
## Description The goal of this PR is to improve the performance of queries that contain Equality Delete files. Before this commit equality delete files were re-loaded for every split...
## Description This large PR is to support Parquet Modular Encryption for Trino. The PR core logic is migrated from the one in Presto with several changes to bridge the...
## Description Add varchar to char coercion for hive tables. Enable the Hive users to retrieve the information from their tables after performing queries which change varchar/ string columns to...
## Description The current pull request integrates the capability to enforce a JSON payload size limit when dispatching split-completed events, aligning its truncation behavior with that observed in query-completed events....
## Description This PR contains the remaining cleanup work from the block refactoring. At a high level this: * Removed all unnecessary methods from block * Remove all `get{Type}` methods...
## Description This PR implements the `$partitions` system table in the Delta Lake Connector. This is another attempt at https://github.com/trinodb/trino/pull/19722, and takes into consideration the review comments left. This implementation:...
## Description -Fix hudi connector gets stuck ## Additional context and related issues - #19506 ## Release notes ( ) This is not user-visible or is docs only, and no...
## Description There can be query failures with `PreAggregateCaseAggregations`. Repro: ``` create table t (c1 int, c2 varchar); insert into t values (1, '1'); insert into t values (2, '2');...