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

Fix logic error before

上级 f63fbcdd
...@@ -188,12 +188,11 @@ protected: ...@@ -188,12 +188,11 @@ 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 { } else {
CHECK_LE(localIndices_->size(), buf_->getRowCount()); CHECK_LE(localIndices_->size(), buf_->getRowCount());
} }
} }
}
std::unique_ptr<RowBuffer> buf_; std::unique_ptr<RowBuffer> buf_;
IndexDictPtr indexDictHandle_; IndexDictPtr indexDictHandle_;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册