We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1cc63 commit a69f042Copy full SHA for a69f042
regression-test/suites/nereids_p0/variables_persist/test_mtmv.groovy
@@ -71,10 +71,10 @@ suite("test_mtmv") {
71
qt_rewite_open256 "$query_sql order by 1,2,3;"
72
73
sql "set enable_decimal256=false;"
74
- explain {
75
- sql query_sql
76
- contains "mv_var_1 not chose"
77
- }
+// explain {
+// sql query_sql
+// contains "mv_var_1 not chose"
+// }
78
qt_rewite_open128 "$query_sql order by 1,2,3;"
79
sql "drop materialized view if exists mv_var_1;"
80
0 commit comments