You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interactive_engine/compiler/src/main/java/com/alibaba/graphscope/cypher/integration/suite/graphAlgo/GraphAlgoQueries.java
+6
Original file line number
Diff line number
Diff line change
@@ -241,4 +241,10 @@ public static QueryContext get_graph_algo_test13() {
241
241
+ " 1}>");
242
242
returnnewQueryContext(query, expected);
243
243
}
244
+
245
+
publicstaticQueryContextget_graph_algo_test14() {
246
+
Stringquery = "MATCH(a) where elementId(a) in [0] return a.id;";
Copy file name to clipboardExpand all lines: interactive_engine/compiler/src/test/java/com/alibaba/graphscope/cypher/integration/graphAlgo/GraphAlgoTest.java
+7
Original file line number
Diff line number
Diff line change
@@ -141,6 +141,13 @@ public void run_graph_query13_test() {
0 commit comments