haizhou-zhao commented on issue #4072: URL: https://github.com/apache/iceberg/issues/4072#issuecomment-1034204456
Hello Russell, Thanks for your reply. We can definitely try out the pruning fixes you mentioned. However, we lost the id information after we call `AvroSchemaUtil.buildAvroProjection`, not the pruning. Specifically, we lost the list level id when we extract element schema but leave out all the list level properties. [Reference](https://github.com/apache/iceberg/blob/0.11.x/core/src/main/java/org/apache/iceberg/avro/AvroCustomOrderSchemaVisitor.java#L62). Is there anyway we could handle that? -- 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]
