Skip to content

Commit df64891

Browse files
github-actions[bot]Spice Snapshot Update Botlukekim
authored
fix: Update Search integration test snapshots (spiceai#10376)
Co-authored-by: Spice Snapshot Update Bot <spiceaibot@spice.ai> Co-authored-by: Luke Kim <80174+lukekim@users.noreply.github.com>
1 parent 52d4413 commit df64891

162 files changed

Lines changed: 167 additions & 167 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

crates/runtime/tests/search/snapshots/integration_models__search__cayenne-s3_vectors-dataset-multi_column_megascience_vector_search_sql_filtered_index_only.snap

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22
source: crates/runtime/tests/search/mod.rs
33
description: "SELECT id, trunc(_score, 3) as _score FROM vector_search(qs, 'secondary', answer, 4) WHERE subject != 'math' ORDER BY _score DESC, id"
44
---
5-
[]
5+
[
6+
{
7+
"id": 1015,
8+
"_score": 0.286
9+
}
10+
]

crates/runtime/tests/search/snapshots/integration_models__search__duckdb-no_vector_engine-dataset-basic_megascience_vector_search_sql_basic_explain.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ description: "SELECT id, answer, trunc(_score, 3) FROM vector_search(qs, 'second
2020
| | BytesProcessedExec |
2121
| | RepartitionExec: partitioning=RoundRobinBatch(3), input_partitions=1 |
2222
| | CooperativeExec |
23-
| | DuckSqlExec sql= SELECT "id", "answer", "answer_embedding" FROM qs |
23+
| | DuckSqlExec sql= SELECT "id", "answer", "answer_embedding" FROM "qs" |
2424
| | |
2525
+---------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

crates/runtime/tests/search/snapshots/integration_models__search__duckdb-no_vector_engine-dataset-basic_megascience_vector_search_sql_filtered_index_only_explain.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ description: "SELECT id, trunc(_score, 3) as _score FROM vector_search(qs, 'seco
2020
| | BytesProcessedExec |
2121
| | RepartitionExec: partitioning=RoundRobinBatch(3), input_partitions=1 |
2222
| | CooperativeExec |
23-
| | DuckSqlExec sql= SELECT "id", "subject", "answer_embedding" FROM qs |
23+
| | DuckSqlExec sql= SELECT "id", "subject", "answer_embedding" FROM "qs" |
2424
| | |
2525
+---------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)