-
Notifications
You must be signed in to change notification settings - Fork 621
Closed
Labels
Milestone
Description
I am using the latest driver version (0.4.6) in my IDE, and when I run a query with PrettyJSONEachRow format I get the error No enum constant com.clickhouse.data.ClickHouseFormat.PrettyJSONEachRow
Steps to reproduce
Run any query with FORMAT specified as PrettyJSONEachRow:
select version() format PrettyJSONEachRow;Expected behaviour
return result in pretty json format
Error message
No enum constant com.clickhouse.data.ClickHouseFormat.PrettyJSONEachRowConfiguration
Environment
- Client version: 0.4.6
ClickHouse server
- ClickHouse Server version: 23.5.2.7
Reactions are currently unavailable