mirror of
https://github.com/lancedb/lancedb.git
synced 2025-12-27 23:12:58 +00:00
chore: improve create_table API consistency between local and remote SDK (#627)
This commit is contained in:
@@ -129,7 +129,7 @@ def test_ingest_iterator(tmp_path):
|
||||
[
|
||||
PydanticSchema(vector=[3.1, 4.1], item="foo", price=10.0),
|
||||
PydanticSchema(vector=[5.9, 26.5], item="bar", price=20.0),
|
||||
]
|
||||
],
|
||||
# TODO: test pydict separately. it is unique column number and names contraint
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user