Igor Izvekov created AVRO-3504:
----------------------------------
Summary: New method "skip_data" for DataFileReader
Key: AVRO-3504
URL: https://issues.apache.org/jira/browse/AVRO-3504
Project: Apache Avro
Issue Type: New Feature
Components: python
Reporter: Igor Izvekov
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 message was sent by Atlassian Jira
(v8.20.7#820007)