mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Usability of client error message when it cannot load data for suggestions [#CLICKHOUSE-2]
This commit is contained in:
parent
6f48ebbb06
commit
e53eb702a1
@ -184,7 +184,7 @@ public:
|
||||
}
|
||||
catch (...)
|
||||
{
|
||||
std::cerr << "Cannot load data for command line suggestions: " << getCurrentExceptionMessage(false) << "\n";
|
||||
std::cerr << "Cannot load data for command line suggestions: " << getCurrentExceptionMessage(false, true) << "\n";
|
||||
}
|
||||
|
||||
/// Note that keyword suggestions are available even if we cannot load data from server.
|
||||
|
Loading…
Reference in New Issue
Block a user