-
### Describe the bug
Missing events in the target table. 3 events at offsets 7407350 - 7407352 are not present in clickhouse table. The connector has attempted to write them, we could see it from t…
-
### Discussed in https://github.com/ClickHouse/clickhouse-go/discussions/1337
Originally posted by **barkhayot** June 27, 2024
There is limited documentation on using the `WithReleaseConnectio…
-
Hi,
The Python client of ClickHouse allows to insert a raw `pyarrow.Table` via the `insert_arrow` method, which sends the Apache Arrow encoded data 1:1 to ClickHouse through ClickHouse's `ArrowStre…
-
Hello! : ) I am working on some feature engineering tasks and I find your great job. But I encountered some API limitations. Such APIs are supported by clickhouse and duckdb, but not supported by chDB…
-
**Describe what's wrong**
We have been trying to upgrade ClickHouse from 24.3.3.102 to 24.8.5.115 and have been getting "Table does not exist. (UNKNOWN_TABLE)" errors when running DROP DATABASE sta…
-
### Describe the bug
When inserting a `Date[]` Java type into an `Array(Date)` column, then a wrong value is being inserted.
### Steps to reproduce
Create this table:
```sql
create table …
-
### Topic
Client-v2 implementation may connect to a single target host today. Client uses Apache HTTP client which has built-in connection pool. This set of properties is enough to handle many use-c…
-
**Describe the bug**
In the documentation it is written that supported types for enum inserts are: **Enum, int, long, str/basestring.**
[https://clickhouse-driver.readthedocs.io/en/latest/types.html…
-
Hi, @zhicwu.
> [Native TCP](https://clickhouse.com/docs/en/interfaces/tcp), which has less overhead.
https://clickhouse.com/docs/en/interfaces/overview
> The native protocol is used in the [c…
-
**Describe what's wrong**
The `AND()` logical function returns an incorrect data type, causing certain SQL queries to fail.
**How to reproduce**
* Which ClickHouse server version to use: `24.10.1…