Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shirly121 committed Jun 14, 2024
1 parent 87054c4 commit 57b9cc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1711,6 +1711,7 @@ public void g_V_has_label_person_limit_10_as_a() {
+ " GraphLogicalSource(tableConfig=[{isAll=false, tables=[person]}],"
+ " alias=[a], opt=[VERTEX])",
node.explain().trim());
}

@Test
public void g_V_select_a_b_valueMap() {
Expand All @@ -1723,6 +1724,5 @@ public void g_V_select_a_b_valueMap() {
+ " MAP, ([CHAR(2), CHAR(4), CHAR(4), CHAR(12), CHAR(3)], [BIGINT, CHAR(1),"
+ " CHAR(1), DATE, INTEGER]) MAP]) MAP",
rel.getRowType().getFieldList().get(0).getType().toString());

}
}

0 comments on commit 57b9cc7

Please sign in to comment.