Skip to content

Commit a90a52a

Browse files
committed
CNDB-15207 test ED as default
Sets default SAI version to ED.
1 parent 778a99a commit a90a52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/org/apache/cassandra/config/CassandraRelevantProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ public enum CassandraRelevantProperties
358358
CUSTOM_SSTABLE_WATCHER("cassandra.custom_sstable_watcher"),
359359

360360
/** The current version of the SAI on-disk index format. */
361-
SAI_CURRENT_VERSION("cassandra.sai.latest.version", "ec"),
361+
SAI_CURRENT_VERSION("cassandra.sai.latest.version", "ed"),
362362

363363
/** Controls the maximum top-k limit for vector search */
364364
SAI_VECTOR_SEARCH_MAX_TOP_K("cassandra.sai.vector_search.max_top_k", "1000"),

0 commit comments

Comments
 (0)