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
Language version: If this refers to JDK, it's OpenJDK 23
OS: Ubuntu 22.04.4
ClickHouse server
ClickHouse Server version: 24.11.1.2557
ClickHouse Server non-default settings, if any:
CREATE TABLE statements for tables involved:
createtableIF NOT EXISTS t_order (
order_id Int64 NOT NULL DEFAULT rand(),
order_type Int32,
user_id Int32 NOT NULL,
address_id Int64 NOT NULL,
status VARCHAR(50)
) engine = MergeTree
primary key (order_id)
order by (order_id)
Describe the bug
Steps to reproduce
SDKMAN!
andDocker CE
.Expected behaviour
[INFO] Running io.github.linghengqian.MySqlTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.49 s -- in io.github.linghengqian.MySqlTest
Code example
Error log
org.awaitility.Awaitility.await().pollDelay(Duration.ofSeconds(5L)).until(() -> true);
to wait for 5 seconds each time before executing thealter table
SQL.Click me to view the complete error log🐳🐬🐡🦑🦞🐊🫎🦒
Configuration
Environment
0.7.1-patch1
OpenJDK 23
Ubuntu 22.04.4
ClickHouse server
24.11.1.2557
CREATE TABLE
statements for tables involved:The text was updated successfully, but these errors were encountered: