Frank Chen
Frank Chen
There might be conflicts once #38965 is merged
How did that issue come out? Since original tracing context is initialized by `ThreadStatus::setupState` which might be called for one more time(for example, if a materialized view will be executed),...
@qoega The Fast Test has passed. Could you review this PR at your convenience?
@qoega Any updates?
Hi @qoega , do you have a plan to review this PR?
Thank you @rschu1ze
@qoega What does this error mean? I thought it was because `std::to_string` which allocates memory from heap, but after I changed it to `DB::toString`, the CI still reports this error.
@rschu1ze Thanks for your comments. I will address them in next commit.
Hi @rschu1ze about the failed stateless tests, do you confirm that if opentelemetry tracing is enabled for these tests? Because I see there's exception thrown from destructor of `TracingContextHolder` to...