Skip to content

Commit c54550a

Browse files
committed
Minor change
1 parent fa8cbdd commit c54550a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/queries/0_stateless/02354_vector_search_reference_vector_types.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
SET allow_experimental_vector_similarity_index = 1;
77
SET enable_analyzer = 1;
8-
SET parallel_replicas_local_plan=1; -- this setting is randomized, set it explicitly to have local plan for parallel replicas
8+
SET parallel_replicas_local_plan = 1; -- this setting is randomized, set it explicitly to force local plan for parallel replicas
99

1010
DROP TABLE IF EXISTS tab_f64;
1111
DROP TABLE IF EXISTS tab_f32;

0 commit comments

Comments
 (0)