This commit is contained in:
fenglv 2022-04-16 16:08:28 +00:00
parent 9f3c707b9e
commit 2392d4e2b5

View File

@ -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,