mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 04:52:10 +00:00
Remove log debug
This commit is contained in:
parent
638cd50ce4
commit
2354939994
@ -524,7 +524,6 @@ bool KeyCondition::canConstantBeWrappedByMonotonicFunctions(
|
|||||||
Field & out_value,
|
Field & out_value,
|
||||||
DataTypePtr & out_type)
|
DataTypePtr & out_type)
|
||||||
{
|
{
|
||||||
LOG_DEBUG(&Poco::Logger::get("DEBUG"), "KEY EXPR EXMPTY: {}", (key_expr == nullptr));
|
|
||||||
String expr_name = node->getColumnName();
|
String expr_name = node->getColumnName();
|
||||||
const auto & sample_block = key_expr->getSampleBlock();
|
const auto & sample_block = key_expr->getSampleBlock();
|
||||||
if (!sample_block.has(expr_name))
|
if (!sample_block.has(expr_name))
|
||||||
|
Loading…
Reference in New Issue
Block a user