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.
Use case
Running a
SELECT ... FORMAT Hashquery through the JDBC driver (e.g. from DataGrip) fails with:The
Hashoutput format (https://clickhouse.com/docs/interfaces/formats/Hash) is supported by the ClickHouse server but is not present in theClickHouseFormatenum, so the driver throws before the query is ever sent.