Skip to content

Commit d0e57da

Browse files
committed
changed query_id type
1 parent 6a48dab commit d0e57da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interpreters/ErrorLog.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ struct ErrorLogElement
2424
std::string error_message{};
2525
ErrorCodes::Value value{};
2626
bool remote{};
27-
std::string_view query_id;
27+
std::string query_id;
2828
std::vector<void *> error_trace{};
2929
bool symbolize = false;
3030

0 commit comments

Comments
 (0)