From 469cdc315b3da8fccdecd7aa89d1a3d36e4c6365 Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Sun, 3 May 2020 14:40:37 +0300 Subject: [PATCH] Added suggestion from @azat #10607 --- src/Processors/Formats/Impl/JSONAsStringRowInputFormat.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Processors/Formats/Impl/JSONAsStringRowInputFormat.cpp b/src/Processors/Formats/Impl/JSONAsStringRowInputFormat.cpp index 4794c19b4a4..46fcb9a2f77 100644 --- a/src/Processors/Formats/Impl/JSONAsStringRowInputFormat.cpp +++ b/src/Processors/Formats/Impl/JSONAsStringRowInputFormat.cpp @@ -6,8 +6,6 @@ namespace DB { -extern bool fileSegmentationEngineJSONEachRowImpl(ReadBuffer & in, DB::Memory<> & memory, size_t min_chunk_size); - namespace ErrorCodes { extern const int LOGICAL_ERROR;