Skip to content

Commit

Permalink
[GIE Compiler] fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shirly121 committed Oct 11, 2023
1 parent 7ef4956 commit 535b922
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,8 @@ public void match_16_test() {
+ " Return a, c")
.build();
Assert.assertEquals(
" GraphLogicalSingleMatch(input=[null],"
"GraphLogicalProject(a=[a], c=[c], isAppend=[false])\n"
+ " GraphLogicalSingleMatch(input=[null],"
+ " sentence=[GraphLogicalGetV(tableConfig=[{isAll=false, tables=[person]}],"
+ " alias=[c], fusedFilter=[[=(DEFAULT.name, ?0)]], opt=[END])\n"
+ " GraphLogicalExpand(tableConfig=[{isAll=true, tables=[created, knows]}],"
Expand Down

0 comments on commit 535b922

Please sign in to comment.