Remove assertion
This commit is contained in:
parent
9be5ee1ae9
commit
3257d46d18
@ -538,7 +538,7 @@ class DistributedScanAllByPrimaryKeyCursor : public Cursor {
|
|||||||
|
|
||||||
msgs::GetPropertiesRequest req = {.vertex_ids = {std::make_pair(label, pk)}};
|
msgs::GetPropertiesRequest req = {.vertex_ids = {std::make_pair(label, pk)}};
|
||||||
auto get_prop_result = request_router.GetProperties(req);
|
auto get_prop_result = request_router.GetProperties(req);
|
||||||
MG_ASSERT(get_prop_result.size() <= 1);
|
// MG_ASSERT(get_prop_result.size() <= 1);
|
||||||
|
|
||||||
if (get_prop_result.empty()) {
|
if (get_prop_result.empty()) {
|
||||||
current_batch_ = std::vector<VertexAccessor>{};
|
current_batch_ = std::vector<VertexAccessor>{};
|
||||||
|
Loading…
Reference in New Issue
Block a user