trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.49k stars 3.02k forks source link

Deny duplicate files in Iceberg `add_files` & `add_files_from_table` procedure #24188

Closed ebyhr closed 1 day ago

ebyhr commented 1 day ago

Description

Fixes #23678

Release notes

## Iceberg
* Disallow adding duplicate files in `add_files` and `add_files_from_table` procedure. ({issue}`24188`)