From 156be5e270fcab498280d8cd5eb9ed5cc362c6c4 Mon Sep 17 00:00:00 2001 From: alexey-milovidov Date: Wed, 15 Jul 2020 00:19:00 +0300 Subject: [PATCH] Update HashJoin.cpp --- src/Interpreters/HashJoin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Interpreters/HashJoin.cpp b/src/Interpreters/HashJoin.cpp index ff054cc81fc..d800ea2b02f 100644 --- a/src/Interpreters/HashJoin.cpp +++ b/src/Interpreters/HashJoin.cpp @@ -1269,7 +1269,7 @@ struct AdderNonJoined ++rows_added; } } -} + } };