amogh-jahagirdar commented on issue #14043:
URL: https://github.com/apache/iceberg/issues/14043#issuecomment-3299532256

   Yeah the projection that ends up getting produced for the older file looks 
incorrect:
   
   
https://github.com/apache/iceberg/blob/main/parquet/src/main/java/org/apache/iceberg/parquet/ReadConf.java#L82
   
   The file schema and the expected schema are expected, containing the 
projections from the filter and the actual row projections but the return value 
from `Prunecolumns` just contains the projection from the filter and then fails 
....
   Next step is to poke into 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]

Reply via email to