Bentsi Leviav
Bentsi Leviav
**Description:** In the current implementation, clickhouse-java manually parses query parameters, supporting both traditional question marks and named parameters. We propose refactoring this process to leverage ClickHouse's [parameters binding capabilities](https://clickhouse.com/docs/en/sql-reference/syntax#defining-and-using-query-parameters) for...
As part of our effort to improve the connector's test coverage, we tested it with TDVT and found the following issue for the following test: - Test Name - logical...
### What happened? Starting of Beam version `2.52.0`, for some reason the jdbc library imported is the thin version, and not the `all` version. Given this `pom.xml` file: ```xml 4.0.0...
### Describe the bug When attempting to insert data for the first time into an empty table that includes a JSON column, the process triggers an exception as follows: `Exception...
### Describe the bug For some reason, the tests' schemas are not being deleted when running with ClickHouse cloud.. ### Expected behavior The schema is supposed to be cleaned properly....
Currently, the repo's documentation (which is maintained both in the README file and in the ClickHouse official documentation site), contains only Spark SQL examples. We want to enhance the code...
### Description The connector currently works successfully with both Tableau Desktop and Tableau Server. This issue was created to facilitate better tracking and community validation. We would like to verify...
To better track the usage of the ODBC and other connectors that are based on ODBC, we would like to be able to set the user agent/client name on ODBC...
This is a general documentation issue, please feel free to include any additional topics you think are relevant. * When using the MySQL protocol, a `SELECT` privilege on the `INFORMATION_SCHEMA`...
## Description ### Steps to reproduce 1. Create the following table: ```sql CREATE TABLE default.example_table ( `id` Int32, `name` String ) ENGINE = MergeTree ORDER BY id SETTINGS index_granularity =...