mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
remove debug output
This commit is contained in:
parent
81ac6382a3
commit
7304ef8255
@ -868,8 +868,6 @@ bool FunctionArrayElement::matchKeyToIndexNumberConst(
|
||||
const IColumn & data, const Offsets & offsets,
|
||||
const Field & index, PaddedPODArray<UInt64> & matched_idxs)
|
||||
{
|
||||
std::cerr << "index type: " << index.getTypeName() << "\n";
|
||||
std::cerr << "index: " << toString(index) << "\n";
|
||||
const auto * data_numeric = checkAndGetColumn<ColumnVector<DataType>>(&data);
|
||||
if (!data_numeric)
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user