arnaudbriche commented on PR #307: URL: https://github.com/apache/iceberg-go/pull/307#issuecomment-2671135678
I'm trying to create and maintain Iceberg tables from externally generated Parquet files with this lib. The goal is for Clickhouse to be able to query the table. While writing the various Avro metadata files with the lib, I encountered many errors from ClickHouse, which complained about missing metadata on the Avro manifest files. As of the spec, Manifest files must have specific metadata to be valid: https://iceberg.apache.org/spec/#manifests I thus created the `WriteManifestEntries` that writes the Avro Manifest files with proper metadata. Not sure how to make the `WriteEntries` method of `manifestFileV1` and `manifestFileV2` write compliant Avro Manifest files. -- 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 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