tonbo-io / tonbo

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

chore: encode column name attribute #197

Closed crwen closed 1 week ago

crwen commented 1 week 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