-
### Search before asking
- [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.
### Descripti…
-
DBeaver version 24.0.1
After updating Clickhouse-server to **24.3.1.2672**, we noticed that the connection time to clickhouse increased noticeably, it turned out that the problem was the default …
-
CREATE TABLE guandata.of0b4be941d9_0(
`id`Nullable(Int32),
`customer_name`Nullable(String),
`comments`Nullable(String)
)ENGINE=HDFS('hdfs://nameserver1/guandata-store/of0b4/part-000.snappy.parque…
-
## Problem
`db pull` errors with `Error: Error in connector: Error querying the database: Error querying the database: The server terminated the connection.`
ClickHouse supports MySQL wire proto…
-
### Describe the bug
It appears that the first queries (SELECTs) to the ClickHouse server fail on the V2 client with an error:
```com.clickhouse.client.api.ClientException: Failed to get query r…
-
Given the following code:
```rust
#[derive(Copy, Clone, Debug)]
struct Point {
latitude: f64,
longitude: f64,
}
async fn ch_distance(point1: Point, point2: Point) -> eyre::Result {
…
-
subtask of #2789
-
### Search before asking
- [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.
### Descripti…
-
Enabling global access works slightly differently for each CSP over private link or private services connect. The scenario is that customers want to access the ClickHouse Cloud service from one region…
-
https://github.com/risingwavelabs/risingwave/blob/fa6d63058ff9175ef1b7bc93c0156be03c9ec399/src/connector/src/sink/clickhouse.rs#L726-L730
Let's try to write JSONB as string. Hopefully it can just…