You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by GitBox <gi...@apache.org> on 2022/07/03 10:18:22 UTC

[GitHub] [avro] izveigor opened a new pull request, #1667: AVRO-3504: New method "skip_data" for DataFileReader

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: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] izveigor closed pull request #1667: AVRO-3504: New method "skip_data" for DataFileReader

Posted by GitBox <gi...@apache.org>.
izveigor closed pull request #1667: AVRO-3504: New method "skip_data" for DataFileReader
URL: https://github.com/apache/avro/pull/1667


-- 
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: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] izveigor closed pull request #1667: AVRO-3504: New method "skip_data" for DataFileReader

Posted by GitBox <gi...@apache.org>.
izveigor closed pull request #1667: AVRO-3504: New method "skip_data" for DataFileReader
URL: https://github.com/apache/avro/pull/1667


-- 
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: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] izveigor closed pull request #1667: AVRO-3504: New method "skip_data" for DataFileReader

Posted by GitBox <gi...@apache.org>.
izveigor closed pull request #1667: AVRO-3504: New method "skip_data" for DataFileReader
URL: https://github.com/apache/avro/pull/1667


-- 
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: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org