Skip to content

Commit

Permalink
[ALGOS-266] feat(algos): switch the order of parameter result_attribu…
Browse files Browse the repository at this point in the history
…te and file_path.
  • Loading branch information
xuanleilin committed Jul 16, 2024
1 parent d5c1d9d commit 76fcb43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GDBMS_ALGO/community/label_prop.gsql
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ CREATE TEMPLATE QUERY GDBMS_ALGO.community.label_prop(
UINT batch_num = 12,
INT print_limit,
BOOL print_results = TRUE,
STRING file_path="",
STRING result_attribute = ""
STRING result_attribute = "",
STRING file_path=""
) FOR GRAPH MyGraph SYNTAX V1 {

/*
Expand Down

0 comments on commit 76fcb43

Please sign in to comment.