mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-07 20:32:59 +00:00
[Python]Fix record_batch_generator (#483)
Should fix - https://github.com/lancedb/lancedb/issues/482
This commit is contained in:
@@ -102,7 +102,8 @@ def _to_record_batch_generator(
|
||||
table = _sanitize_data(batch, schema, metadata, on_bad_vectors, fill_value)
|
||||
for batch in table.to_batches():
|
||||
yield batch
|
||||
yield batch
|
||||
else:
|
||||
yield batch
|
||||
|
||||
|
||||
class Table(ABC):
|
||||
|
||||
Reference in New Issue
Block a user