Skip to content

Commit e5f0ed0

Browse files
author
James Cor
committed
fix typo
1 parent 960ea22 commit e5f0ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enginetest/queries/script_queries.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8662,7 +8662,7 @@ where
86628662
},
86638663
{
86648664
// Sort node cannot be optimized out of this query
8665-
Query: "explain plan select /*+ MERGE_JOIN(t3, t4) */ * from t3 join t4 on t3.i = t4.x order by t3.i, t3.j desc;",
8665+
Query: "select /*+ MERGE_JOIN(t3, t4) */ * from t3 join t4 on t3.i = t4.x order by t3.i, t3.j desc;",
86668666
Expected: []sql.Row{
86678667
{2, 3, 2, 2},
86688668
{2, 2, 2, 2},

0 commit comments

Comments
 (0)