Skip to content

Commit be7f402

Browse files
committed
Update client.h
1 parent bdbf2a8 commit be7f402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse/client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ std::ostream& operator<<(std::ostream& os, const Endpoint& options);
226226
class SocketFactory;
227227

228228
struct ExternalTable {
229-
const std::string& name;
229+
const std::string_view name;
230230
const Block& data;
231231
};
232232

0 commit comments

Comments
 (0)