remove debug output

This commit is contained in:
Anton Popov 2021-03-13 23:59:43 +03:00 committed by GitHub
parent 81ac6382a3
commit 7304ef8255
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;