Skip to content

Commit ea7a469

Browse files
authored
[no-release-notes] remove dialect option from merge join tests (#3121)
1 parent c4c2745 commit ea7a469

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

enginetest/queries/script_queries.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8507,8 +8507,7 @@ where
85078507
},
85088508
{
85098509
// https://github.com/dolthub/dolt/issues/8728
8510-
Name: "test merge join optimization (removing sort node over indexed tables) does not break ordering",
8511-
Dialect: "mysql",
8510+
Name: "test merge join optimization (removing sort node over indexed tables) does not break ordering",
85128511
SetUpScript: []string{
85138512
"create table t1 (i int primary key);",
85148513
"create table t2 (j int primary key);",

0 commit comments

Comments
 (0)