mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
dbms: removed cerr in table function remote [METR-10477]
This commit is contained in:
parent
5d04a9ba34
commit
a92d7255ef
@ -73,7 +73,6 @@ private:
|
||||
/// Узнать имена и типы столбцов для создания таблицы
|
||||
NamesAndTypesListPtr chooseColumns(Cluster & cluster, const String & database, const String & table, const Context & context) const
|
||||
{
|
||||
std::cerr << "Here" << std::endl;
|
||||
/// Запрос на описание таблицы
|
||||
String query = "DESC TABLE " + database + "." + table;
|
||||
Settings settings = context.getSettings();
|
||||
|
Loading…
Reference in New Issue
Block a user