Skip to content

Commit 67391fc

Browse files
authored
fix: set execute_mode (#3607)
1 parent 3b715c2 commit 67391fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmark/src/main/java/com/_4paradigm/openmldb/benchmark/OpenMLDBPerfBenchmark.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ public void deploy() {
135135
String sql = Util.genScript(windowNum, windowSize, unionNum, joinNum);
136136
System.out.println(sql);
137137
Util.executeSQL("USE " + database + ";", executor);
138+
Util.executeSQL("SET @@execute_mode='online';", executor);
138139
Util.executeSQL("DEPLOY " + deployName + " " + sql, executor);
139140
}
140141

0 commit comments

Comments
 (0)