You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first statement skips hidden objects correctly, but the 2nd statement doesn't.
ALTERTABLE region EXECUTE add_files('file:///tmp/add_files/.hidden', 'parquet');
ALTERTABLE region EXECUTE add_files('file:///tmp/add_files/.hidden/', 'parquet');
The first statement skips hidden objects correctly, but the 2nd statement doesn't.
We should fix the logic around:
trino/plugin/trino-iceberg/src/main/java/io/trino/plugin/iceberg/procedure/MigrationUtils.java
Lines 108 to 112 in f9f6943
The text was updated successfully, but these errors were encountered: