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
However, the next command fails from that directory because the file paths in the data start from two directories forward (no data/iceberg part). Also the 02701-1e474dc7-4723-4f8d-a8b3-b5f0454eb7ce.metadata.json does not exist in the zip file.
SELECTcount(*)
FROM iceberg_scan('data/iceberg/lineitem_iceberg/metadata/v1.metadata.json');
IO Error: Cannot open file "lineitem_iceberg/metadata/snap-3776207205136740581-1-cf3d0be5-cf70-453d-ad8f-48fdc412e608.avro": No such file or directory
In order to get the command to work, I need to cd down two directories, and update the .json file to a valid one that exists.
The previous command assumes that we are in the directory that unzipped the given
iceberg_data.zip
file.However, the next command fails from that directory because the file paths in the data start from two directories forward (no
data/iceberg
part). Also the02701-1e474dc7-4723-4f8d-a8b3-b5f0454eb7ce.metadata.json
does not exist in the zip file.In order to get the command to work, I need to cd down two directories, and update the
.json
file to a valid one that exists.The text was updated successfully, but these errors were encountered: