mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-04 10:52:56 +00:00
[Python]Fix record_batch_generator (#483)
Should fix - https://github.com/lancedb/lancedb/issues/482
This commit is contained in:
@@ -143,6 +143,7 @@ def test_ingest_iterator(tmp_path):
|
||||
|
||||
tbl_len = len(tbl)
|
||||
tbl.add(make_batches())
|
||||
assert tbl_len == 50
|
||||
assert len(tbl) == tbl_len * 2
|
||||
assert len(tbl.list_versions()) == 3
|
||||
db.drop_database()
|
||||
|
||||
Reference in New Issue
Block a user