izveigor opened a new pull request, #1667: URL: https://github.com/apache/avro/pull/1667
DatumReader has method "skip_data" which skips data with the help of a decoder. I suggest applying this method for DataFileReader to skip a lot of useless data. New method "skip_data" for DataFileReader would accept the argument "number" which means number of datums that need skip. Test for new fixture was written in "test_datafile.py". The test removes 50 misses from coverage. -- 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]
