Update src/storage/v3/shard_rsm.cpp
Co-authored-by: János Benjamin Antal <antaljanosbenjamin@users.noreply.github.com>
This commit is contained in:
parent
aa146d28f8
commit
56e2ad4546
@ -531,7 +531,7 @@ msgs::ReadResponses ShardRsm::HandleRead(msgs::ExpandOneRequest &&req) {
|
|||||||
|
|
||||||
std::optional<msgs::ExpandOneResultRow> maybe_result;
|
std::optional<msgs::ExpandOneResultRow> maybe_result;
|
||||||
|
|
||||||
if (req.order_by_vertices.empty()) {
|
if (req.order_by_edges.empty()) {
|
||||||
const auto *schema = shard_->GetSchema(shard_->PrimaryLabel());
|
const auto *schema = shard_->GetSchema(shard_->PrimaryLabel());
|
||||||
MG_ASSERT(schema);
|
MG_ASSERT(schema);
|
||||||
maybe_result =
|
maybe_result =
|
||||||
|
Loading…
Reference in New Issue
Block a user