Sergey Chernov

Results 51 issues of Sergey Chernov

## Connection Pool Client should implement connection pooling. Application or upper level library may have own connection pooling logic and the client should support option to turn own implementation off....

client-api-v2

## Retries Request to a server may fail and then retried depending on a reason. For example, when connection timeouted it may be retried with same target or next another...

client-api-v2

## Summary Draft calling the http API ## Checklist Delete items not relevant to your PR: - [ ] Unit and integration tests covering the common scenarios were added -...

## Summary In the JDBC driver every Statement has own request object, but it is shared among requests. If statement object is used by different threads then one thread may...

### Describe the bug ClickHouse Java Client is used by many connectors and products providing integration with ClickHouse. When such client within application is contacting a server such client send...

bug
module-http

### 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

## Summary - Structured sections for each client in same way - Moved common information on the top - Updated versions of artifacts - Added Client-V2 documentation - Added a...

**Use case** There is a query looking through a big dataset. Query completes in several seconds (~14). The query results are shown to an end user. When the query is...

feature

## Summary This PR make it possible to read columns into wider type. It is not possible with current implementation. Examples - column of `int8` can be read as `Byte`,...

## Summary ## Checklist Delete items not relevant to your PR: - [x] Unit and integration tests covering the common scenarios were added - [ ] A human-readable description of...