mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 05:22:17 +00:00
Remove useless span
This commit is contained in:
parent
57a7e4a7c9
commit
495555f04f
@ -112,8 +112,6 @@ namespace ErrorCodes
|
||||
|
||||
std::unique_ptr<IInterpreter> InterpreterFactory::get(ASTPtr & query, ContextMutablePtr context, const SelectQueryOptions & options)
|
||||
{
|
||||
OpenTelemetrySpanHolder span("InterpreterFactory::get()");
|
||||
|
||||
ProfileEvents::increment(ProfileEvents::Query);
|
||||
|
||||
if (query->as<ASTSelectQuery>())
|
||||
|
Loading…
Reference in New Issue
Block a user