szehon-ho opened a new issue, #5649: URL: https://github.com/apache/iceberg/issues/5649
### Apache Iceberg version 0.14.0 (latest release) ### Query engine Spark ### Please describe the bug 🐞 Found this issue while adding tests for https://github.com/apache/iceberg/pull/5376, realized its not supported for other metadata tables as well where it's possible to do nested projection Example: Following query hits an exception: ``` select partition_summaries.lower_bound, partition_summaries.upper_bound from db.table.manifests; java.lang.IllegalArgumentException: Cannot project a partial list element struct. Trying to project 8: partition_summaries: required list<struct<12: lower_bound: optional string, 13: upper_bound: optional string>> out of 8: partition_summaries: required list<struct<10: contains_null: required boolean, 11: contains_nan: optional boolean, 12: lower_bound: optional string, 13: upper_bound: optional string>> ``` -- 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]
