Closed gfikes closed 6 years ago
Totals | |
---|---|
Change from base Build 538: | 0.0006% |
Covered Lines: | 1669 |
Relevant Lines: | 1686 |
@gfikes thanks! the new lines are not covered by tests, could you add a test case for it?
and please bump version number to 2.7.1
in .app.src
tagged 2.7.1
, also published to hex.
thank you @gfikes
In regards to avro.codec when decoding ocf, The Apache Avro docs state the following:
When trying to decode an ocf file when codec is absent, I get the following error:
This change simply sets the codec to null when it is absent from the file.