Stop loop when expand to end. (#1023)
* Stop loop when expand to end. * Fix the memory leak. * Add the condition. * Add the very large step case. * Fix lint.
Showing
- src/executor/query/DataCollectExecutor.cpp 3 additions, 1 deletionsrc/executor/query/DataCollectExecutor.cpp
- src/planner/match/Expand.cpp 18 additions, 3 deletionssrc/planner/match/Expand.cpp
- src/planner/match/Expand.h 10 additions, 0 deletionssrc/planner/match/Expand.h
- src/util/ExpressionUtils.h 12 additions, 0 deletionssrc/util/ExpressionUtils.h
- src/validator/GetSubgraphValidator.cpp 1 addition, 0 deletionssrc/validator/GetSubgraphValidator.cpp
- src/validator/GoValidator.cpp 9 additions, 3 deletionssrc/validator/GoValidator.cpp
- src/validator/TraversalValidator.cpp 16 additions, 2 deletionssrc/validator/TraversalValidator.cpp
- src/validator/TraversalValidator.h 8 additions, 0 deletionssrc/validator/TraversalValidator.h
- tests/tck/features/go/GO.IntVid.feature 39 additions, 0 deletionstests/tck/features/go/GO.IntVid.feature
- tests/tck/features/go/GO.feature 39 additions, 0 deletionstests/tck/features/go/GO.feature
- tests/tck/features/match/VariableLengthPattern.feature 29 additions, 0 deletionstests/tck/features/match/VariableLengthPattern.feature
- tests/tck/features/match/VariableLengthPattern.intVid.feature 29 additions, 0 deletions...s/tck/features/match/VariableLengthPattern.intVid.feature
Please register or sign in to comment