Skip to content

Commit

Permalink
Restore geography test for lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
yixinglu committed Jan 6, 2023
1 parent a71497c commit c1ee9dc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion tests/data/ngdata/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ schema: |-
CREATE TAG INDEX Label_11_index ON Label_11 (Label_11_5_Double);
CREATE EDGE INDEX Rel_5_index ON Rel_5 (Rel_5_1_Bool, Rel_5_6_Int, Rel_5_2_String(64));
CREATE EDGE INDEX Rel_0_index ON Rel_0 (Rel_0_3_Double);
CREATE EDGE INDEX Rel_3_index ON Rel_3 (Rel_3_1_geography_point);
files:
- path: Label_0.csv
withHeader: true
Expand Down
14 changes: 0 additions & 14 deletions tests/tck/features/lookup/LookupNGDataTest.feature
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,3 @@ Feature: Test lookup on ngdata data
"""
Then the result should be, in any order:
| eid |

Scenario: lookup on the edge property of geography type
When executing query:
"""
LOOKUP ON Rel_3 WHERE Rel_3.Rel_3_1_geography_point>0 YIELD id(edge) AS eid
"""
Then the result should be, in any order:
| eid |
When executing query:
"""
LOOKUP ON Rel_3 WHERE Rel_3.Rel_3_1_geography_point>10 YIELD id(edge) AS eid
"""
Then the result should be, in any order:
| eid |

0 comments on commit c1ee9dc

Please sign in to comment.