tonbo-io / tonbo

A portable embedded database using Arrow.
https://tonbo.io
Apache License 2.0
795 stars 46 forks source link

chore: encode column name attribute #197

Closed crwen closed 3 weeks ago

crwen commented 1 month ago

Now name attribute is not encoded into file, which will result in getting wrong answer after db recovery . This PR encode name attribute to file and add recovery test for python binding