Skip to content

Add missing Hash output format to ClickHouseFormat enum (JDBC/DataGrip throws "No enum constant ... Hash") #2957

Description

@allegrinisante

Use case

Running a SELECT ... FORMAT Hash query through the JDBC driver (e.g. from DataGrip) fails with:

No enum constant com.clickhouse.data.ClickHouseFormat.Hash

The Hash output format (https://clickhouse.com/docs/interfaces/formats/Hash) is supported by the ClickHouse server but is not present in theClickHouseFormat enum, so the driver throws before the query is ever sent.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions