From fbe453ff9d411939254eff32645b8356f9db63f5 Mon Sep 17 00:00:00 2001 From: Alexey Boykov Date: Tue, 31 Aug 2021 15:15:04 +0300 Subject: [PATCH] style --- programs/local/LocalServer.cpp | 6 ++---- src/Functions/getFuzzerData.cpp | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/programs/local/LocalServer.cpp b/programs/local/LocalServer.cpp index 1885ca68e83..faa9d2a60a5 100644 --- a/programs/local/LocalServer.cpp +++ b/programs/local/LocalServer.cpp @@ -394,9 +394,9 @@ try /// Set finalizing callback for progress, which is called right before finalizing query output. finalize_progress = [&]() - { + { progress_indication.clearProgressOutput(); - }; + }; /// Set callback for file processing progress. progress_indication.setFileProgressCallback(context); @@ -427,9 +427,7 @@ try catch (...) { if (!config().hasOption("ignore-error")) - { throw; - } if (!exception) exception = std::current_exception(); diff --git a/src/Functions/getFuzzerData.cpp b/src/Functions/getFuzzerData.cpp index 2570347598c..c01f575f0be 100644 --- a/src/Functions/getFuzzerData.cpp +++ b/src/Functions/getFuzzerData.cpp @@ -29,7 +29,7 @@ public: } inline bool isDeterministic() const override { return false; } - + bool isSuitableForShortCircuitArgumentsExecution(const DataTypesWithConstInfo & /*arguments*/) const override { return false; } ColumnPtr executeImpl(const ColumnsWithTypeAndName &,