python: Bug fixes / tests (#1210)

closes #1194 #1172 #1124 #1208 


@wjones127 : `if query_type != "fts":` is needed because both fts and
vector search create `LanceQueryBuilder` which has `vector_column_name`
as a required attribute.
This commit is contained in:
Raghav Dixit
2024-04-10 13:17:14 -04:00
committed by GitHub
parent 1d23af213b
commit a6aa67baed
7 changed files with 52 additions and 5 deletions

View File

@@ -57,6 +57,7 @@ tests = [
"duckdb",
"pytz",
"polars>=0.19",
"tantivy"
]
dev = ["ruff", "pre-commit"]
docs = [