joellubi opened a new issue, #544: URL: https://github.com/apache/iceberg-go/issues/544
### Apache Iceberg version main (development) ### Please describe the bug 🐞 Reading a V1 manifest file without `content` metadata returns the following error: ``` manifest file's 'content' metadata is invalid, should be "data" or "deletes" but instead is "" ``` Expected behavior would be to interpret these files as `data` files, since `deletes` were only introduced in V2. See: [https://iceberg.apache.org/spec/#manifests](https://iceberg.apache.org/spec/#manifests) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org