man-group / ArcticDB

ArcticDB is a high performance, serverless DataFrame database built for the Python Data Science ecosystem.
http://arcticdb.io
Other
1.52k stars 93 forks source link

Incomplete data cannot be read with `batch_read` #1939

Closed alexowens90 closed 2 weeks ago

alexowens90 commented 1 month ago

If an indexed version exists, then this is read, but any data only present in incomplete segments is ignored. If no indexed version exists, then a NoSuchVersionException is thrown.