We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
I am encountering an issue while trying to scan metadata files directly from an Iceberg table located in S3.
Here are the details:
Query
select * from iceberg_scan('s3://<...>/metadata/00136-4330ee25-0db5-42a4-8230-035d739f76e7.metadata.json') limit 1;
Error:
Binder Error: Table "iceberg_scan_deletes" does not have a column named "file_path"
Would appreciate any insights or suggestions on what could be causing this issue. Thank you!
The text was updated successfully, but these errors were encountered:
Could you double-check the manifest file to see if the path is in there? This can be done easily using avro-tools tojson manifest-file.avro.
avro-tools tojson manifest-file.avro
Sorry, something went wrong.
i have a similar example in this notebook
key part is near the bottom
No branches or pull requests
Hey,
I am encountering an issue while trying to scan metadata files directly from an Iceberg table located in S3.
Here are the details:
Query
Error:
Would appreciate any insights or suggestions on what could be causing this issue. Thank you!
The text was updated successfully, but these errors were encountered: