You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by fo...@apache.org on 2019/05/10 15:56:30 UTC

[avro] branch master updated: Fix an incorrect string comparison in avro-python3 (#220)

This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 4066e61  Fix an incorrect string comparison in avro-python3 (#220)
4066e61 is described below

commit 4066e612d05dd2e439781863b5256b9454c0a5ab
Author: zah <za...@gmail.com>
AuthorDate: Fri May 10 18:56:24 2019 +0300

    Fix an incorrect string comparison in avro-python3 (#220)
    
    The corrected code was trying to compare the bytes value returned by GetMeta against a string.
    The if was never taken and this was leading to corrupted files when the snappy codes is used.