Open ebyhr opened 4 weeks ago
The first statement skips hidden objects correctly, but the 2nd statement doesn't.
ALTER TABLE region EXECUTE add_files('file:///tmp/add_files/.hidden', 'parquet'); ALTER TABLE region EXECUTE add_files('file:///tmp/add_files/.hidden/', 'parquet');
We should fix the logic around: https://github.com/trinodb/trino/blob/f9f694394ec2bce41cb51885d64c34f5f9c67707/plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/procedure/MigrationUtils.java#L108-L112
@ebyhr I would like to take this.
The first statement skips hidden objects correctly, but the 2nd statement doesn't.
We should fix the logic around: https://github.com/trinodb/trino/blob/f9f694394ec2bce41cb51885d64c34f5f9c67707/plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/procedure/MigrationUtils.java#L108-L112