Open pkit opened 2 years ago
Hi, I just had a chance to run the tests in this library against ClickHouse 21.9.4 and 22.1.3 and did not encounter such errors.
If I run select currentDatabase() FORMAT TabSeparatedWithNamesAndTypes
in clickhouse-client, it works just fine. So I think the errors you saw are caused by something else.
It was create table
that failed. If you look at logs.
Obviously added format works for select and not create or insert.
Is this library even usable for modern ClickHouse?