mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-02 04:22:03 +00:00
Merge pull request #29286 from kitaisreal/user-defined-executable-function-fix-debug-message
UserDefinedExecutableFunction fix debug message
This commit is contained in:
commit
1b99f43911
@ -63,7 +63,6 @@ public:
|
|||||||
|
|
||||||
std::shared_ptr<const IExternalLoadable> clone() const override
|
std::shared_ptr<const IExternalLoadable> clone() const override
|
||||||
{
|
{
|
||||||
std::cerr << "UserDefinedExecutableFunction::clone " << this << std::endl;
|
|
||||||
return std::make_shared<UserDefinedExecutableFunction>(configuration, lifetime, process_pool);
|
return std::make_shared<UserDefinedExecutableFunction>(configuration, lifetime, process_pool);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user