diff --git a/nebula_bench/scenarios/find_path.py b/nebula_bench/scenarios/find_path.py index 61ff675..dd1c9f8 100644 --- a/nebula_bench/scenarios/find_path.py +++ b/nebula_bench/scenarios/find_path.py @@ -4,6 +4,6 @@ class FindShortestPath(BaseScenario): abstract = False - nGQL = "FIND SHORTEST PATH FROM {} TO {} OVER *" + nGQL = "FIND SHORTEST PATH FROM {} TO {} OVER * YIELD path as p" csv_path = "social_network/dynamic/person_knows_person.csv" csv_index = [0, 1]