Skip to content

v2.2.3

Latest

Choose a tag to compare

@aeriondyseti aeriondyseti released this 23 Mar 23:05
· 13 commits to main since this release

Fixed

  • LanceDB extract pagination and dedup: query().toArrow() without offset/limit returned non-deterministic results that duplicated some rows and skipped others. Switched to paginated offset/limit reads with deduplication by ID. Also adds schema-aware timestamp conversion (reads Arrow TimeUnit per column) and safe BigInt fallback when Arrow's getter throws.

Full changelog

v2.2.2...v2.2.3