id UInt32,
val String,
start Date,
end Date
)
PRIMARY KEY id
SOURCE(MYSQL(
host 'mysql'
port 3306
user 'root'
password 'root'
db 'ssp'
table 'test'
))
LAYOUT(RANGE_HASHED())
RANGE (MIN start MAX end)
LIFETIME(MIN 300 MAX 360)
Выборка с него работает нормально, но SHOW TABLES ругается:
SHOW TABLES
→ Progress: 0.00 rows, 0.00 B (0.00 rows/s., 0.00 B/s.) Received exception from server (version 20.3.5):
Code: 44. DB::Exception: Received from localhost:9000. DB::Exception: Cannot add column start: column with this name already exists: While executing Tables.
0 rows in set. Elapsed: 0.105 sec.
Эту же оишбку получаю сразу после старта клиента. В чем проблема?
ну еще один баг, сделайте issue
Обсуждают сегодня