Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The method AvroIODatumReader::skip_data calls the AvroIOBinaryDecoder::skip_long method, which is protected. The result is a fatal error. Change the AvroIOBinaryDecoder::skip_long method visibility from protected to public as all the others skip_* methods.
- Loading branch information