Revert "[Bug](log) add some log to find out bug (#16518)" (#17178)

This reverts commit d1c6b8114053e8c754c979d8d3fbf5c880d361d2.
This commit is contained in:
Gabriel
2023-02-28 19:23:12 +08:00
committed by GitHub
parent 838107b8e8
commit 459874be50
5 changed files with 0 additions and 26 deletions

View File

@ -117,9 +117,6 @@ AggregationNode::AggregationNode(ObjectPool* pool, const TPlanNode& tnode,
tnode.agg_node.use_fixed_length_serialization_opt;
_agg_data = std::make_unique<AggregatedDataVariants>();
_agg_arena_pool = std::make_unique<Arena>();
if (_needs_finalize && id() == 27) {
LOG(INFO) << "Log for ISSUE-16517: " << _row_descriptor.debug_string();
}
}
AggregationNode::~AggregationNode() = default;