Fokko opened a new pull request, #4920: URL: https://github.com/apache/iceberg/pull/4920
Reads Avro file by first reading the headers, and then extracting the schema Then we convert the Avro schema into Iceberg, and read the actual binary using the schema visitor. To not make the PR too big, I'm working on the follow-up PRs: - Map the accessor onto an actual Python class - Support Manifest version 1/2 - Support write/read schema -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
