From 9364d42eb0110e5589a50ae27b9fd9e590110ac0 Mon Sep 17 00:00:00 2001 From: Andrew Onyshchuk Date: Thu, 25 Jun 2020 14:50:07 -0500 Subject: [PATCH] Add CANNOT_PARSE_UUID extern const --- src/Processors/Formats/Impl/AvroRowInputFormat.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Processors/Formats/Impl/AvroRowInputFormat.cpp b/src/Processors/Formats/Impl/AvroRowInputFormat.cpp index 60fffd65f88..19c449b8e26 100644 --- a/src/Processors/Formats/Impl/AvroRowInputFormat.cpp +++ b/src/Processors/Formats/Impl/AvroRowInputFormat.cpp @@ -71,6 +71,7 @@ namespace ErrorCodes extern const int INCORRECT_DATA; extern const int ILLEGAL_COLUMN; extern const int TYPE_MISMATCH; + extern const int CANNOT_PARSE_UUID; } class InputStreamReadBufferAdapter : public avro::InputStream