mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-29 02:52:13 +00:00
Fix conflicts
This commit is contained in:
parent
93dc109e36
commit
90efbc323d
@ -550,6 +550,7 @@ public:
|
||||
const String & projection_name = {},
|
||||
const String & view_name = {});
|
||||
|
||||
OpenTelemetryThreadTraceContextScopePtr startTracing(const std::string& name);
|
||||
|
||||
/// Supported factories for records in query_log
|
||||
enum class QueryLogFactories
|
||||
|
@ -467,7 +467,7 @@ void TCPHandler::runImpl()
|
||||
if (exception)
|
||||
{
|
||||
if (thread_trace_context)
|
||||
thread_trace_context->root_span.addAttribute(exception.value());
|
||||
thread_trace_context->root_span.addAttribute(*exception);
|
||||
|
||||
try
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user