From 74fd33b62eb56f88e6b372382ef4dd3d9e92f5d6 Mon Sep 17 00:00:00 2001 From: avogar Date: Tue, 19 Oct 2021 13:25:22 +0300 Subject: [PATCH] Fix style --- src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp b/src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp index 1c5843ce97b..95e92709881 100644 --- a/src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp +++ b/src/Processors/Formats/Impl/JSONCompactEachRowRowInputFormat.cpp @@ -14,7 +14,6 @@ namespace DB namespace ErrorCodes { extern const int INCORRECT_DATA; - extern const int CANNOT_READ_ALL_DATA; }