Remove useless span

This commit is contained in:
Frank Chen 2022-07-07 17:42:53 +08:00
parent 57a7e4a7c9
commit 495555f04f

View File

@ -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>())