mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Fixing styling issues.
This commit is contained in:
parent
32fe9ea9d5
commit
613c343c09
@ -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");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user