databendlabs / jsonb

JSONB implement in rust
Apache License 2.0
65 stars 11 forks source link

fix: builder&concat container jentry len fix #43

Closed akoshchiy closed 10 months ago

akoshchiy commented 10 months ago

Fix jentry length encoding for containers in concat and 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 :)