mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
Fix build error
This commit is contained in:
parent
0f11526f24
commit
96f4d5b7c6
@ -30,7 +30,7 @@ public:
|
||||
bool end_array();
|
||||
|
||||
/// This function will be called if error occurs in parsing
|
||||
void parse_error(size_t parsed_offset, size_t error_offset);
|
||||
[[noreturn]] void parse_error(size_t parsed_offset, size_t error_offset);
|
||||
|
||||
/// Update info_stack
|
||||
void set_info(IColumn & column, DataTypePtr type);
|
||||
|
Loading…
Reference in New Issue
Block a user