amogh-jahagirdar opened a new pull request, #6654: URL: https://github.com/apache/iceberg/pull/6654
This is an interim solution for https://github.com/apache/iceberg/issues/6647. Parquet file k/v metadata is optional and not required to be written as per the Parquet spec https://github.com/apache/parquet-format/blob/master/src/main/thrift/parquet.thrift#L1022 The real fix will be to determine the Iceberg schema from the Parquet file (in this case we don't care about any external definitions, it'll be just from the parquet schema) https://github.com/apache/iceberg/issues/6505 If the real solution is ready for PR soon, we can just close this. But I was thinking in the interim it would be useful so that users know it's a known issue until we release the fix. CC: @Fokko @JonasJ-ap -- 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