提交 255dd5c7 编写于 作者: O obdev 提交者: ob-robot

Fix the logs that do not need to be printed

上级 3347f350
......@@ -401,13 +401,17 @@ int ObIntegerBaseDiffDecoder::pushdown_operator(
filter,
pd_filter_info,
result_bitmap))) {
LOG_WARN("Failed on EQ / NE operator", K(ret), K(col_ctx));
if (OB_UNLIKELY(OB_NOT_SUPPORTED != ret)) {
LOG_WARN("Failed on EQ / NE operator", K(ret), K(col_ctx));
}
}
break;
}
case sql::WHITE_OP_BT: {
if (OB_FAIL(bt_operator(parent, col_ctx, col_data, filter, pd_filter_info, result_bitmap))) {
LOG_WARN("Failed on BT operator", K(ret), K(col_ctx));
if (OB_UNLIKELY(OB_NOT_SUPPORTED != ret)) {
LOG_WARN("Failed on BT operator", K(ret), K(col_ctx));
}
}
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册