Fixing styling issues.

This commit is contained in:
Vitaliy Zakaznikov 2019-12-05 16:48:25 -05:00
parent 32fe9ea9d5
commit 613c343c09

View File

@ -9,7 +9,6 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. */
#include <Parsers/ASTSelectQuery.h>
#include <Parsers/ASTCreateQuery.h>
#include <Parsers/ASTWatchQuery.h>
@ -232,7 +231,7 @@ void StorageLiveView::writeIntoLiveView(
InterpreterSelectQuery outer_select(live_view.getInnerOuterQuery(), *block_context, SelectQueryOptions(QueryProcessingStage::Complete));
data = std::make_shared<MaterializingBlockInputStream>(outer_select.execute().in);
}
catch(...)
catch (...)
{
block_context->tryRemoveExternalTable(live_view.table_name + "_blocks");
}