提交 ea7dd7c9 编写于 作者: Y Yu Yang

Fix logic error before

上级 f63fbcdd
...@@ -188,10 +188,9 @@ protected: ...@@ -188,10 +188,9 @@ protected:
<< ") rows are used for sparse " << ") rows are used for sparse "
<< "update, which is not efficient. Considering not use " << "update, which is not efficient. Considering not use "
<< "sparse_update or set --allow_inefficient_sparse_update=true"; << "sparse_update or set --allow_inefficient_sparse_update=true";
} else {
CHECK_LE(localIndices_->size(), buf_->getRowCount());
} }
} else {
CHECK_LE(localIndices_->size(), buf_->getRowCount());
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册