Skip to content

Commit

Permalink
[WIP] Fixing regression when return e, e.foo.bar
Browse files Browse the repository at this point in the history
The limit info is lost in this case
  • Loading branch information
wey-gu committed Mar 27, 2022
1 parent c80f44d commit 71b5ddc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/graph/optimizer/rule/GetEdgesTransformLimitRule.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* This source code is licensed under Apache 2.0 License.
*/

#pragma once
#ifndef GRAPH_OPTIMIZER_RULE_GETEDGESTRANSFORMLIMITRULE_H
#define GRAPH_OPTIMIZER_RULE_GETEDGESTRANSFORMLIMITRULE_H

#include "graph/optimizer/OptRule.h"

Expand Down Expand Up @@ -93,3 +94,4 @@ class GetEdgesTransformLimitRule final : public OptRule {

} // namespace opt
} // namespace nebula
#endif

0 comments on commit 71b5ddc

Please sign in to comment.