Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
acezen committed May 21, 2024
1 parent de14a9a commit 86f0153
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ object LdbcSample2GraphAr {
val fileType: String = args(5)

// put Ldbc sample graph data into writer
readAndPutDataIntoWriter(writer, spark, personInputPath, personKnowsPersonInputPath)
readAndPutDataIntoWriter(
writer,
spark,
personInputPath,
personKnowsPersonInputPath
)

// write in GraphAr format
writer.write(
Expand Down

0 comments on commit 86f0153

Please sign in to comment.