tonbo-io / tonbo

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

fix point query at sst #168

Closed crwen closed 2 months ago

crwen commented 2 months ago

SSTable::get will return the first data that is greater or equal than the key. But it should return the exact data that is equal to the key, otherwise return None