This commit is contained in:
Raúl Marín 2024-07-11 22:16:04 +02:00
parent 1b75b8f4eb
commit ba419e43a6
3 changed files with 5 additions and 7 deletions

View File

@ -36,7 +36,6 @@
#include <Core/ColumnsWithTypeAndName.h>
namespace ProfileEvents
{
extern const Event MutateTaskProjectionsCalculationMicroseconds;

View File

@ -8,15 +8,9 @@
#include <QueryPipeline/QueryPipelineBuilder.h>
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
class QueryPlan;
/// A Storage that allows reading from a single MergeTree data part.

View File

@ -6,6 +6,11 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
bool StorageFromMergeTreeDataPart::materializeTTLRecalculateOnly() const
{
if (parts.empty())