mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fixed tests
This commit is contained in:
parent
583c65d377
commit
0aa4fd3c2d
@ -781,6 +781,11 @@ void MergeTreeDataSelectExecutor::filterPartsByPartition(
|
||||
ReadFromMergeTree::IndexStats & index_stats)
|
||||
{
|
||||
const Settings & settings = context->getSettingsRef();
|
||||
|
||||
/// TODO: Analyzer syntax analyzer result
|
||||
if (settings.allow_experimental_analyzer)
|
||||
return;
|
||||
|
||||
std::optional<PartitionPruner> partition_pruner;
|
||||
std::optional<KeyCondition> minmax_idx_condition;
|
||||
DataTypes minmax_columns_types;
|
||||
|
Loading…
Reference in New Issue
Block a user