-
I am using clickhouse docker on local machine. just testing out things, nothing else is connected with clickhouse. I have even tried starting and restarting the clickhouse, but didn’t work.
## J…
-
Hello guys,
I'm really trying hard to make it work, but I will need a bit of help if you can.
I'm using the master version of liquibase-clickhouse and the shaded jar
Here is my liquibase.proper…
-
https://github.com/flant/loghouse/blob/beb26036444e7989d10f740ebc2497325bfe46d8/images/fluentd/insert_ch.sh#L4
``` INSERT INTO logs${TABLE} ```
не совпадает с настройками clickhouse по таблице, …
-
### I queried with namedParameterJdbcTemplate in for loop. But sometimes driver prompts " Query with id = xxxxxx is already running.
### This is my code
```java
IntStream
.…
-
**Is your feature request related to a problem? Please describe.**
Currently CHProxy severely restricts the query parameters that can be passed to ClickHouse server for "security reasons". This was …
-
### describe
java.sql.SQLException Failed to start new container: clickhouse-cli-client when use tcp & jdbc to connect clickhouse server. Use http is ok
### Code example
```
public class Jd…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
hive sink ck…
-
For some reason\*\* my main cluster in `system.clusters` has no node with `is_local = 1`.
For example:
```
select host_address, is_local, default_database from system.clusters where cluster = 'ch_c…
-
### Issue description
Our system of ClickHouse inserters have been using the native `v2.2.0` client with success for several weeks. After upgrading to `v2.4.3` a few days ago, we noticed that the me…
-
### Describe your feedback
We run the following query through the clickhouse java client:
```sql
CREATE TABLE {tmpTableName:Identifier} ENGINE=Log() AS SELECT * FROM s3('...file.csv', 'CSVWith…