Fokko opened a new pull request, #5116:
URL: https://github.com/apache/iceberg/pull/5116

   This PR allows you to supply a read schema when reading an Avro file. It 
will construct a read tree that only reads the actual fields that it needs, and 
skips over the ones that aren't part of the read schema.
   
   Also combined `read_long` and `read_int` into one. They are still two 
separate readers, but just one on the decoder. This is because they are binary 
compatible, and there is no long in Python.


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