Remove assertion

This commit is contained in:
gvolfing 2023-01-16 13:44:02 +01:00
parent 9be5ee1ae9
commit 3257d46d18

View File

@ -538,7 +538,7 @@ class DistributedScanAllByPrimaryKeyCursor : public Cursor {
msgs::GetPropertiesRequest req = {.vertex_ids = {std::make_pair(label, pk)}};
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()) {
current_batch_ = std::vector<VertexAccessor>{};