mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Add CANNOT_PARSE_UUID extern const
This commit is contained in:
parent
fc1ae85600
commit
9364d42eb0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user