Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
nevermore3 committed Mar 9, 2023
1 parent 3147f16 commit e4715e6
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions tests/tck/features/go/GO.feature
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Feature: Go Sentence
| serve._dst |

Scenario: multi edges over all
When profiling query:
When executing query:
"""
GO FROM "Russell Westbrook" OVER * REVERSELY YIELD serve._dst, like._dst
"""
Expand All @@ -347,12 +347,7 @@ Feature: Go Sentence
| EMPTY | "James Harden" |
| EMPTY | "Dejounte Murray" |
| EMPTY | "Paul George" |
And the execution plan should be:
| id | name | dependencies | operator info |
| 2 | Project | 1 | |
| 1 | GetNeighbors | 0 | {"edgeDirection": "IN_EDGE"} |
| 0 | Start | | |
When profiling query:
When executing query:
"""
GO FROM "Russell Westbrook" OVER * BIDIRECT YIELD serve._dst, like._dst
"""
Expand All @@ -364,11 +359,6 @@ Feature: Go Sentence
| | "James Harden" |
| | "Paul George" |
| "Thunders" | |
And the execution plan should be:
| id | name | dependencies | operator info |
| 2 | Project | 1 | |
| 1 | GetNeighbors | 0 | {"edgeDirection": "BOTH"} |
| 0 | Start | | |
When executing query:
"""
GO FROM "Russell Westbrook" OVER * REVERSELY YIELD serve._src, like._src
Expand Down

0 comments on commit e4715e6

Please sign in to comment.