ClickHouse / spark-clickhouse-connector

Spark ClickHouse Connector build on DataSourceV2 API
https://clickhouse.com/docs/en/integrations/apache-spark
Apache License 2.0
187 stars 66 forks source link

Test: Enable async_insert and wait_for_async_insert #294

Closed pan3793 closed 9 months ago

pan3793 commented 9 months ago

ClickHouse Java Client changed default HTTP Client to Apache HTTP client since 0.5.0 in https://github.com/ClickHouse/clickhouse-java/issues/1421

As reported in https://github.com/housepower/spark-clickhouse-connector/issues/257#issuecomment-1691107726

It's recommended to enable async_insert and wait_for_async_insert for that.