Skip to content

Commit 76fcb43

Browse files
committed
[ALGOS-266] feat(algos): switch the order of parameter result_attribute and file_path.
1 parent d5c1d9d commit 76fcb43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GDBMS_ALGO/community/label_prop.gsql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ CREATE TEMPLATE QUERY GDBMS_ALGO.community.label_prop(
66
UINT batch_num = 12,
77
INT print_limit,
88
BOOL print_results = TRUE,
9-
STRING file_path="",
10-
STRING result_attribute = ""
9+
STRING result_attribute = "",
10+
STRING file_path=""
1111
) FOR GRAPH MyGraph SYNTAX V1 {
1212

1313
/*

0 commit comments

Comments
 (0)