Skip to content

Record type for AVRO and Bullet Core 1.4.4

Compare
Choose a tag to compare
@akshaisarma akshaisarma released this 02 Aug 23:34
· 13 commits to master since this release

Updates to Bullet Core 1.4.4

The AvroBulletRecordConverter now supports AVRO RECORD types as well. These are converted to a Map in the BulletRecord. The Avro converter also works with deeper nested types that aren't supported types in Bullet. They get mapped to the appropriate UNKNOWN_MAP_MAP and UNKNOWN_MAP_LIST types.