Closed akoshchiy closed 10 months ago
Fix jentry length encoding for containers in concat and builder.
jentry
concat
builder
Discovered while testing in databend. Seems that the encoded len in the container jentry is not using in serde. So the previous tests were green :)
Fix
jentry
length encoding for containers inconcat
andbuilder
.Discovered while testing in databend. Seems that the encoded len in the container
jentry
is not using in serde. So the previous tests were green :)