Merge pull request #34515 from wangzhen11aaa/master

Update buildPushingToViewsChain.h
This commit is contained in:
Nikolay Degterinsky 2022-02-11 12:05:39 +03:00 committed by GitHub
commit ed487d654f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ namespace DB
struct ViewRuntimeData
{
/// A query we should run over inserted block befire pushing into inner storage.
/// A query we should run over inserted block before pushing into inner storage.
const ASTPtr query;
/// This structure is expected by inner storage. Will convert query result to it.
Block sample_block;