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