Workiva / eva

A distributed database-system implementing an entity-attribute-value data-model that is time-aware, accumulative, and atomically consistent
Other
565 stars 25 forks source link

Repair Eva Byte-Type Value Wrapper #105

Open tylerwilding-wk opened 5 years ago

tylerwilding-wk commented 5 years ago

The current implementation of byte-valued attributes uses a custom wrapper internally to provide equality and comparator semantics over java native byte arrays. This wrapper is transparently added to any byte-type values, but we currently do not provide any methods for reading the data back out of this object -- it's simply a deftype.

We need to explore alternative implementations for supporting byte type attributes.