Commits


zah authored and Fokko Driesprong committed 4066e612d05
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.