Skip to content

Commit

Permalink
chore(spark): fix comment typo in GraphWriter.scala (apache#574)
Browse files Browse the repository at this point in the history
Signed-off-by: Liu Jiajun <85552719+jasinliu@users.noreply.github.com>
  • Loading branch information
jasinliu authored and Elssky committed Oct 8, 2024
1 parent 680e3d8 commit 0d7e973
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class GraphWriter() {
}

/**
* Put the egde dataframe into writer.
* Put the edge dataframe into writer.
* @param relation
* 3-Tuple (source label, edge label, target label) to indicate edge type.
* @param df
Expand Down

0 comments on commit 0d7e973

Please sign in to comment.