Skip to content

PrettyJSONEachRow is not supported by driver #1380

@shabalin

Description

@shabalin

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.PrettyJSONEachRow

Configuration

Environment

  • Client version: 0.4.6

ClickHouse server

  • ClickHouse Server version: 23.5.2.7

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions