Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(interactive): Fix Errors Caused by Conflict Merge With Main #3921

Merged
merged 1 commit into from
Jun 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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());

}
}
Loading