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
CREATE OR REPLACE VIEW universql_demo.table_name AS SELECT * FROM ICEBERG_SCAN('s3://.../metadata.json')
The query fails with IO Error: No snapshots found. Ideally it would be great to return empty table as as per Iceberg spec, snapshots can be added later on.
The text was updated successfully, but these errors were encountered:
I have an empty table where the
metadata.json
is as follows:When I try to query the file as follows:
The query fails with
IO Error: No snapshots found
. Ideally it would be great to return empty table as as per Iceberg spec, snapshots can be added later on.The text was updated successfully, but these errors were encountered: