You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.