RussellSpitzer commented on pull request #2877:
URL: https://github.com/apache/iceberg/pull/2877#issuecomment-887973321


   @rdblue Attempted to fix this from the other direction, I don't like this 
because we have to muck about with the DataTask api. But our underlying issue 
is a DataTask may read an element with a struct layout different than the table 
it originated from based on
   scan time projection. In this example the entry table when scanned produces 
tasks with a different schema (because of datafile pruning) than it originally 
reports as a table itself.
   
   If you have another approach I'm all ears, but I think we will run into this 
again if we want to allow other metadata tables like the
   pure files table to prune in a similar way.


-- 
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