fix: MaterializedPostgreSQL style

This commit is contained in:
jasine 2021-07-14 09:27:51 +08:00 committed by GitHub
parent bd59ca22df
commit ff5ad15aa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -326,7 +326,7 @@ ASTPtr StorageMaterializedPostgreSQL::getColumnDeclaration(const DataTypePtr & d
if (which.isDecimal256())
return make_decimal_expression("Decimal256");
}
if (which.isDateTime64())
{
auto ast_expression = std::make_shared<ASTFunction>();