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

Fix handling of hidden objects in migration during add_files/add_files_from_table #24092

Open uditvarshney opened 1 week ago

uditvarshney commented 1 week ago

Fixes 23891

Description

Additional context and related issues

Release notes

( ) This is not user-visible or is docs only, and no release notes are required. ( ) Release notes are required. Please propose a release note for me. ( ) Release notes are required, with the following suggested text:

## Section
* Fix some things. ({issue}`issuenumber`)
uditvarshney commented 1 week ago

Please add tests to TestIcebergMigrateProcedure and TestIcebergAddFilesProcedure.

Added the test cases