You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -289,13 +289,16 @@ public void testInsertWithAsyncInsert(String asyncInsert, String waitAsyncInsert
289
289
290
290
try (Connectionconn = getJdbcConnection(props)) {
291
291
try (Statementstmt = conn.createStatement()) {
292
-
stmt.execute("CREATE TABLE IF NOT EXISTS " + getDatabase() + "." + tableName + " (id UInt32) ENGINE = MergeTree ORDER BY id");
292
+
stmt.execute("CREATE TABLE IF NOT EXISTS " + getDatabase() + "." + tableName + " (id UInt32, name String, value Float64, status Int8, timestamp DateTime) ENGINE = MergeTree ORDER BY id");
0 commit comments