Maksim Liksakov
Maksim Liksakov
## Change Summary - ``ReadOptions`` and ``SQLOptions`` have been separated for JDBC connections. ``SQLOptions`` is now required for ``.sql`` method calls - Add following tests and documentation ## Related issue...
# Description The Spark-Greenplum connector does not work correctly in local Spark mode (local-master). When performing read operations, there is a significant waiting time, and write operations crash with a...
### Describe the bug In the current implementation of Spark when working with arrays of data returned from ClickHouse through the clickhouse-java driver, there is a type conversion error. When...
Currently, the ClickHouse JDBC driver returns `java.util.ArrayList` for `Tuple` types within `ClickHouseTupleValue`. This can create complications when integrating with java applications that interact with JDBC and expect structured data to...