File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ func TestEnsureInvertedIndex(t *testing.T) {
585585 },
586586 {
587587 IsEE : true ,
588- minVersion : driver .Version ("3.11 .0" ),
588+ minVersion : driver .Version ("3.12 .0" ),
589589 Options : driver.InvertedIndexOptions {
590590 Name : "inverted-opt-optimize-top-k" ,
591591 PrimarySort : driver.InvertedIndexPrimarySort {
@@ -621,7 +621,7 @@ func TestEnsureInvertedIndex(t *testing.T) {
621621 require .Equal (t , tc .Options .Fields , invertedIdx .InvertedIndexOptions ().Fields )
622622
623623 t .Run ("optimizeTopK" , func (t * testing.T ) {
624- skipBelowVersion (c , "3.11 .0" , t )
624+ skipBelowVersion (c , "3.12 .0" , t )
625625 // OptimizeTopK can be nil or []string{} depends on the version, so it better to check length.
626626 if len (tc .Options .OptimizeTopK ) > 0 || len (invertedIdx .InvertedIndexOptions ().OptimizeTopK ) > 0 {
627627 require .Equal (t , tc .Options .OptimizeTopK , invertedIdx .InvertedIndexOptions ().OptimizeTopK )
You can’t perform that action at this time.
0 commit comments