trino
trino copied to clipboard
Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
This PR adds the RelationPlanner part for table function invocation with table and descriptor arguments. These types of arguments are not yet supported -- they cause the query to fail...
This is the final part of the analysis of a table function invocation with support for table and descriptor arguments. This change is not meaningful to the user, as those...
No release notes needed. Docs: the limitations on TF usage should be documented. The documentation is not included in this PR. Based on https://github.com/trinodb/trino/pull/13602 and https://github.com/trinodb/trino/pull/13649
This PR adds the Analyzer support for table and descriptor arguments of table functions. These arguments are not yet supported in further phases of query processing, and they are caught...
It has superior configuration abilities and is a little faster (30 vs 45s on average). https://ctron.github.io/rpm-builder/rpm-mojo.html https://github.com/ctron/rpm-builder
## Description This PR adds support for using HTTP as the transport for the thrift metastore client. In this mode the hive.metastore.uri can support a http(s) URL to the metastore...
## Description Add metadata_log_entries table to Iceberg ``` SELECT * FROM "test_table$metadata_log_entries" timestamp | file | latest_snapshot_id | latest_schema_id | latest_sequence_number ---------------------------------------+----------------------------------------------------------------------------------------------------------------------------+---------------------+------------------+------------------------ 2024-01-16 15:55:31.172 Europe/Vienna | hdfs://hadoop-master:9000/user/hive/warehouse/test_table/metadata/00000-39174715-be2a-48fa-9949-35413b8b736e.metadata.json | 1221802298419195590 |...
## Description [Support]: S3 express bucket using a Switching Filesystem Logic By Trino uses a file system which is built on sdkv1 to support s3 express buckets it needs a...
## Description The current Elasticsearch Connector does not support custom date formats. When query such types, they are automatically skipped. This PR supports custom date formats. ## Additional context and...
## Description select queries on **hudi tables** using **hudi connectior** are going into hang state incase of empty partition dir instead of throwing any error or skipping that partition Fixing...