On Fri, Jan 16, 2015 at 11:50 AM, Jan Van Besien <[email protected]> wrote:
> I had a quick look at how arrays are serialized. The serialization
> format starts by writing out the length of the array

Upon closer inspection, it does this only if the baseType is a
variable length type. So a straightforward fix would introduce a
binary incompatible change in the storage format, at least for arrays
of which the baseType is fixed length.

Jan

Reply via email to