Add CANNOT_PARSE_UUID extern const

This commit is contained in:
Andrew Onyshchuk 2020-06-25 14:50:07 -05:00
parent fc1ae85600
commit 9364d42eb0

View File

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