提交 5af6f113 编写于 作者: B bharatnc

DLLWorkerQueueTable - remove unimplemented function

上级 da174a63
......@@ -1128,13 +1128,6 @@ String DDLWorker::enqueueQuery(DDLLogEntry & entry)
return node_path;
}
std::vector<String> DDLWorker::dumpQueriesInQueue()
{
std::vector<String> queries;
// TODO:
return queries;
}
void DDLWorker::runMainThread()
{
......@@ -1524,7 +1517,6 @@ BlockIO executeDDLQueryOnCluster(const ASTPtr & query_ptr_, const Context & cont
else
context.checkAccess(query_requires_access);
// enqueue the queries into the DDL worker queue
DDLLogEntry entry;
entry.hosts = std::move(hosts);
entry.query = queryToString(query_ptr);
......
......@@ -45,9 +45,6 @@ public:
/// Pushes query into DDL queue, returns path to created node
String enqueueQuery(DDLLogEntry & entry);
/// Fetches the queries that are currently in the DDL queue
std::vector<String> dumpQueriesInQueue();
/// Host ID (name:port) for logging purposes
/// Note that in each task hosts are identified individually by name:port from initiator server cluster config
std::string getCommonHostID() const
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册