mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
fix
This commit is contained in:
parent
9f3c707b9e
commit
2392d4e2b5
@ -380,10 +380,6 @@ void registerInputFormatJSONEachRow(FormatFactory & factory)
|
|||||||
|
|
||||||
factory.registerFileExtension("ndjson", "JSONEachRow");
|
factory.registerFileExtension("ndjson", "JSONEachRow");
|
||||||
factory.registerFileExtension("jsonl", "JSONEachRow");
|
factory.registerFileExtension("jsonl", "JSONEachRow");
|
||||||
factory.registerFileExtension("ndjson", "JSONLines");
|
|
||||||
factory.registerFileExtension("jsonl", "JSONLines");
|
|
||||||
factory.registerFileExtension("ndjson", "NDJSON");
|
|
||||||
factory.registerFileExtension("jsonl", "NDJSON");
|
|
||||||
|
|
||||||
factory.registerInputFormat("JSONStringsEachRow", [](
|
factory.registerInputFormat("JSONStringsEachRow", [](
|
||||||
ReadBuffer & buf,
|
ReadBuffer & buf,
|
||||||
|
Loading…
Reference in New Issue
Block a user