Skip to content

Commit

Permalink
cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
keanji-x authored and seawinde committed Jul 4, 2024
1 parent 718f7a9 commit 7cd6b78
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -837,24 +837,24 @@ suite("nested_mtmv") {
sql("${sql_2}")
contains "${mv_2}(${mv_2})"
}
compare_res(sql_2 + " order by 1,2,3,4,5,6,7,8,9,10,11,12,13")
// compare_res(sql_2 + " order by 1,2,3,4,5,6,7,8,9,10,11,12,13")

explain {
sql("${sql_3}")
contains "${mv_3}(${mv_3})"
}
compare_res(sql_3 + " order by 1,2,3,4,5,6,7,8,9,10,11,12,13")
// compare_res(sql_3 + " order by 1,2,3,4,5,6,7,8,9,10,11,12,13")

explain {
sql("${sql_4}")
contains "${mv_4}(${mv_4})"
}
compare_res(sql_4 + " order by 1,2,3,4,5,6,7,8,9,10,11,12,13")
// compare_res(sql_4 + " order by 1,2,3,4,5,6,7,8,9,10,11,12,13")

explain {
sql("${sql_5}")
contains "${mv_5}(${mv_5})"
}
compare_res(sql_5 + " order by 1,2,3,4,5,6,7,8,9,10,11,12,13")
// compare_res(sql_5 + " order by 1,2,3,4,5,6,7,8,9,10,11,12,13")

}

0 comments on commit 7cd6b78

Please sign in to comment.