ClickHouse sometimes fails to parseDateTime64columns usingJSONEachRowdepending on the position of keys within the JSON input. How to reproduce Using ClickHouse 22.4.4 over the HTTP interface, with the following table anddate_time_input_format=basic(the default): CREATE TABLE test ( `i` Int64, ...
It's documented feature: https://clickhouse.yandex/docs/en/interfaces/formats/#json JSON and JSONCompact formats output some additional information, which may be useful. JSONEachRow outputs each row as a separate JSON object without any additional information. You can use JSONEachRow if you don...
Stateless tests Runs stateless functional tests for ClickHouse binaries built in various configurations -- release, debug, with sanitizers, etc ❌ failure Successful checks larryluogit added 4 commits June 14, 2024 07:10 update settings changes history eb9cd05 Allow user to set content-type...