We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f70840 commit 95470f8Copy full SHA for 95470f8
1 file changed
src/Storages/NATS/StorageNATS.cpp
@@ -710,7 +710,7 @@ bool StorageNATS::streamToViews()
710
711
auto new_context = Context::createCopy(nats_context);
712
713
- /// Create a fresh query context from filelog_context, discarding any caches attached to the previous context to
+ /// Create a fresh query context from nats_context, discarding any caches attached to the previous context to
714
/// ensure no stale state is reused.
715
new_context->makeQueryContext();
716
0 commit comments