Describe the bug, including details regarding any error messages, version, and platform.
Every other scalar append method calls onAppend() first, but appendUUIDBytes() does not. This causes:
- invalid multi-value buffer on a root
VariantBuilder because multiple UUIDs can be written back-to-back
- the offset list to be wrong on a
VariantArrayBuilder
Component(s)
Core
Describe the bug, including details regarding any error messages, version, and platform.
Every other scalar append method calls
onAppend()first, butappendUUIDBytes()does not. This causes:VariantBuilderbecause multiple UUIDs can be written back-to-backVariantArrayBuilderComponent(s)
Core