clickhouse-java icon indicating copy to clipboard operation
clickhouse-java copied to clipboard

Java client and JDBC driver for ClickHouse

Results 485 clickhouse-java issues
Sort by recently updated
recently updated
newest added

We are trying to load data into ReplicatedMergeTree table in clickhouse via spark from Google Dataproc Cluster. However, we are getting intermittent Error while inserting data using jdbc driver: 0.46...

question
module-http

### Describe the bug The jdbc client returns incorrect row count when running a delete query ### Steps to reproduce 1. Setup clickhouse db and fill in the username/password/host details...

enhancement
module-http

### Describe the bug I'm trying to send some data from a couple of tables in my Clickhouse database to big query by using Airbyte but I'm having this error:...

bug
jdbc-v1
usability
jdbc-v2

I got parse exception trying to insert negative (before 1970-01-01) values into DateTime. I'm inserting using Greenplum external table with JDBC_DRIVER=com.clickhouse.jdbc.ClickHouseDriver ### Steps to reproduce 1. Create table with DateTime64(3,'UTC')...

bug
investigating
area:data-type
area:sql-parser
action:verify

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 [command-line client](https://clickhouse.com/docs/en/interfaces/cli), for inter-server communication during distributed query processing, and also in...

enhancement
stale

### Describe the bug Clickhouse JDBC connection URL with parameters would be always uses `default` database, like this: ```yaml # the default database is NOT `my_db`, but the `default` db....

bug
module-jdbc
usability

### Describe the bug There is a problem with not included settings and passing them to the client. See: https://github.com/ClickHouse/clickhouse-java/pull/1689 TBD: describe more

bug
client-api-v2

I am new using clickhouse and I have assembled a project in java using java client. ```xml com.clickhouse clickhouse-http-client 0.6.0 org.apache.httpcomponents.client5 httpclient5 5.2.1 ``` ```java HashMap options = new HashMap();...

enhancement
client-api-v2
area:network

### Describe the bug ### Steps to reproduce 1. download spark 2. Run server/worker 3. Run shell : spark/bin/spark-shell --packages com.clickhouse:clickhouse-jdbc:0.6.0-patch5 ### Expected behaviour Spark should load the table with...

bug

@mzitnik suggested using https://github.com/openjdk/jmh or extend https://github.com/ClickHouse/clickhouse-client-benchmarks

client-api-v2