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

## Summary There is a [feature](https://clickhouse.com/docs/en/interfaces/http#setting-role-with-query-parameters) and it should be supported by the new client. It allows to set roles for every operation where session may not be maintained (http...

## Summary There is an option to set a comment that will be seen in `system.query_log` record associated with a query. It is useful for troubleshooting. In case of HTTP...

when I use com.clickhouse:clickhouse-jdbc:0.7.0, I find something bad this is shown in the figure below ![4831d950d82d4cd6e0737ecbe65173d5](https://github.com/user-attachments/assets/c3939020-6084-411c-9011-5eb77a3562e2) I don't understand why 0.7.0-SNAPSHOT is happening, not 0.7.0

bug

### Describe the bug It should be possible to get number values in different convertible types. Today it is required for application to know datatype of a column. For example,...

bug
client-api-v2

### Describe the bug I'm trying to query data from Clickhouse using Spark jdbc connector. I'm using some filters on timestamps. As a result I'm getting exception. `Cannot convert string...

bug
data-type

I want to use DBeaver to connect to ClickHouse using the JDBC HTTP interface. However, the session timeout is 30 seconds. I tried adding socket_timeout=300000 to the URL settings, but...

question
module-jdbc
jdbc-v2
network

### Description Client V1 supports remembering roles for sending with requests: https://clickhouse.com/docs/en/interfaces/http#setting-role-with-query-parameters https://github.com/ClickHouse/clickhouse-java/issues/1782 will implement sending custom query parameters that should solve "problem" for the feature. **Expected Behavior** - User...

client-api-v2

### 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 response```. Wrapping...

bug
client-api-v2
investigating

## Description Hello Team. I am using NiFi and clickhouse-jdbc to collect data and load it into ClickHouse. However, over time, NiFi's JVM Old Generation memory usage keeps increasing. After...

bug

### Describe the bug Next scenarios should be covered: - Connection timeout: expecting what value was used for the timeout - Socket timeout exception should be handled properly ?

bug