Skip to content

0.1.17: bug fix in fast-avro lib

Compare
Choose a tag to compare
@gaojieliu gaojieliu released this 06 May 22:28
· 375 commits to master since this release
84432ee
Fixed two bugs in FastDeserializerGenerator (#46)

1. fixed null exception when updating actual exceptions for already generated record method;
2. corrected value action symbols iteration order for nested Map;

Co-authored-by: Bingfeng Xia <[email protected]>