Added suggestion from @azat #10607

This commit is contained in:
Alexey Milovidov 2020-05-03 14:40:37 +03:00
parent d70a0ea944
commit 469cdc315b

View File

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