-
Notifications
You must be signed in to change notification settings - Fork 440
Insights: lancedb/lance
Overview
Could not load contribution data
Please try again later
3 Releases published by 1 person
-
v0.33.0-beta.1
published
Aug 15, 2025 -
v0.33.0-beta.2
published
Aug 18, 2025 -
v0.33.0-beta.3
published
Aug 19, 2025
29 Pull requests merged by 11 people
-
fix: full text search BM25 score is not accurate
#4525 merged
Aug 21, 2025 -
chore: upgrade rust toolchain to 1.89.0
#4506 merged
Aug 21, 2025 -
fix: fix FTS index cache underutilization due to DeepSizeOf overestimation
#4513 merged
Aug 21, 2025 -
feat: add zonemap filter support to Lance at table level
#4244 merged
Aug 20, 2025 -
feat: allow reading the _rowoffset
#4478 merged
Aug 20, 2025 -
feat: add a cycle_bool data generator
#4507 merged
Aug 20, 2025 -
fix: shrink_to_fit after copy_from_bytes to ensure memory size is correct
#4515 merged
Aug 20, 2025 -
refactor!: rename stable row id feature flag
#4481 merged
Aug 20, 2025 -
feat: add automatic conflict resolution support for delete operations
#4407 merged
Aug 19, 2025 -
perf: use heap to maintain topk results
#4505 merged
Aug 19, 2025 -
fix: address fuzz test #4492
#4503 merged
Aug 19, 2025 -
feat(python): expose diff_meta for pylance
#4502 merged
Aug 19, 2025 -
fix: remove data files with only tombstoned fields
#4497 merged
Aug 18, 2025 -
fix: avoid column name collision in merge_insert by using __action
#4499 merged
Aug 18, 2025 -
feat: implement large read io split in format 2.1
#4462 merged
Aug 18, 2025 -
fix: use LanceBuffer::borrow_to_typed_slice for safe slice cast
#4493 merged
Aug 18, 2025 -
fix: skip rebasing for strict overwrite
#4377 merged
Aug 18, 2025 -
test: add the missed recurring test file
#4494 merged
Aug 18, 2025 -
fix: the elapsed_time is not correct for IvfSubIndex Node
#4491 merged
Aug 18, 2025 -
fix: posting lists cache conflicts across partitions
#4490 merged
Aug 17, 2025 -
feat: add fuzz tests for encoding
#4480 merged
Aug 16, 2025 -
feat: add retry-based conflict resolution for delete operations (#4159)
#4292 merged
Aug 16, 2025 -
fix: ensure transaction rebase happens in ascending order
#4486 merged
Aug 15, 2025 -
fix: lance failed to encode 1025 rep/def values
#4467 merged
Aug 15, 2025 -
feat: add contains_tokens udf
#4420 merged
Aug 15, 2025 -
refactor: remove owned LanceBuffer to eliminate runtime try_clone checks
#4460 merged
Aug 15, 2025 -
ci: pin tersorflow version to bring macOS ARM CI back
#4476 merged
Aug 14, 2025 -
feat(java): java transaction supports DataReplacement operation
#4454 merged
Aug 14, 2025 -
chore: remove log that was added for debug purpose
#4470 merged
Aug 14, 2025
11 Pull requests opened by 10 people
-
refactor: reduce lance-encoding compile times
#4474 opened
Aug 14, 2025 -
feat: trace plan run events when using python SQL
#4479 opened
Aug 15, 2025 -
test(java): re-construct tests for merge operation
#4483 opened
Aug 15, 2025 -
feat: introduce manifest naming scheme v3
#4488 opened
Aug 16, 2025 -
feat: inverted index for contains_tokens
#4489 opened
Aug 16, 2025 -
[WIP] feat(rust): support update stable row id for overlapping
#4496 opened
Aug 18, 2025 -
feat: implement ScalarIndexJoin for merge insert optimization
#4500 opened
Aug 18, 2025 -
feat: introduce optimize columns for dataset
#4504 opened
Aug 19, 2025 -
feat!: add storage options to wrapping object store
#4509 opened
Aug 19, 2025 -
fix: elapsed_compute metric should cover background thread time
#4519 opened
Aug 20, 2025 -
fix: use java/lang/String to get DeletionFileType value
#4526 opened
Aug 21, 2025
14 Issues closed by 4 people
-
FTS index cache severely underutilized due to CompressedPostingList DeepSizeOf overestimation
#4512 closed
Aug 20, 2025 -
Auto conflict resolution for compact/update
#3775 closed
Aug 19, 2025 -
bug: fuzzing test test_encoding_round_trip failed
#4492 closed
Aug 19, 2025 -
[Feature] Lance's snapshot should support store summary property
#4181 closed
Aug 18, 2025 -
We seem to keep data files even if they are entirely made up of tombstoned fields
#3662 closed
Aug 18, 2025 -
Merge_insert use of `action` column name can cause collision with users column
#4498 closed
Aug 18, 2025 -
Split up large reads in the lance file reader
#3788 closed
Aug 18, 2025 -
Tracking issues of lance 2.1 fuzzing test
#4465 closed
Aug 18, 2025 -
Complete fuzz testing coverage for 2.1
#3347 closed
Aug 16, 2025 -
fuzz: lance failed to encode 1025 rep/def values
#4466 closed
Aug 15, 2025 -
re-emit rust logs in Java logger
#4475 closed
Aug 15, 2025 -
Cleanup work after owned LanceBuffer removed
#4473 closed
Aug 15, 2025 -
Java transaction supports DataReplacement operation
#4453 closed
Aug 14, 2025 -
fuzz: FixedSizeList(1) with String causing duplicate compute_stat call
#4468 closed
Aug 14, 2025
20 Issues opened by 12 people
-
feat: ability to get tokenized query in SDK for full text search
#4524 opened
Aug 21, 2025 -
Provide some way to bulk query a scalar index
#4523 opened
Aug 20, 2025 -
Always update zone map index during write time
#4522 opened
Aug 20, 2025 -
incorrect result from LanceRead on OR query of two indexed columns
#4521 opened
Aug 20, 2025 -
FTS in SQL
#4520 opened
Aug 20, 2025 -
Be more permissive with nullability in merge_insert
#4518 opened
Aug 20, 2025 -
Add bloom filter secondary index
#4517 opened
Aug 20, 2025 -
feat: Support JSON as data type
#4516 opened
Aug 20, 2025 -
feat: add create_fragment_inverted_index for distributed inverted index building
#4514 opened
Aug 20, 2025 -
Recurring test failing
#4511 opened
Aug 19, 2025 -
Support nested field in UPDATE
#4510 opened
Aug 19, 2025 -
Proactively cleanup garbage files during write abort
#4508 opened
Aug 19, 2025 -
Choose between horizontal and vertical merge insert based on data width
#4495 opened
Aug 18, 2025 -
Design better compaction criteria
#4485 opened
Aug 15, 2025 -
Merge operation with empty fragment list clears data
#4484 opened
Aug 15, 2025 -
Index cache seems to double count some memory
#4477 opened
Aug 14, 2025 -
Python test on macOS arm failed for deadlock
#4472 opened
Aug 14, 2025 -
Differentiate between NaN, infinite with ZoneMap filter
#4471 opened
Aug 14, 2025 -
get_data_statistics brings TOO much overhead
#4469 opened
Aug 14, 2025
15 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
feat!: support shallow_clone in dataset
#4257 commented on
Aug 21, 2025 • 30 new comments -
feat(rust): support update stable row id for merge insert without index
#4450 commented on
Aug 20, 2025 • 14 new comments -
feat: use single session context in dataset sql
#4464 commented on
Aug 15, 2025 • 13 new comments -
perf: add dataset random take benchmark
#4113 commented on
Aug 20, 2025 • 4 new comments -
feat(java): support scalar index for java sdk
#4301 commented on
Aug 17, 2025 • 3 new comments -
feat: add table metadata, support incremental updates of all metadata
#4350 commented on
Aug 20, 2025 • 1 new comment -
chore(java): set the default file version to stable in java file api
#4433 commented on
Aug 21, 2025 • 1 new comment -
Make remap configurable on ScalarIndex Trait
#4360 commented on
Aug 14, 2025 • 0 new comments -
Add zone map secondary index
#4162 commented on
Aug 14, 2025 • 0 new comments -
End-to-end file testing for 2.1
#4370 commented on
Aug 18, 2025 • 0 new comments -
feat: introduce RabitQ and set it as default BQ implementation
#4319 commented on
Aug 18, 2025 • 0 new comments -
Is there some good Tools to view Lance Data File?
#4430 commented on
Aug 20, 2025 • 0 new comments -
Rework data loaders
#3727 commented on
Aug 21, 2025 • 0 new comments -
feat: support RabitQ quantization
#4344 commented on
Aug 18, 2025 • 0 new comments -
fix: full_text_search example runs with row_id as column instead of _row_id
#4375 commented on
Aug 16, 2025 • 0 new comments