Skip to content

Commit

Permalink
Remove redundant distinct from factor generation
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Apr 25, 2022
1 parent 4fed816 commit 2131160
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ object FactorGenerationStage extends DatagenStage with Logging {
$"knows.person1Id".as("person1Id"),
$"knows.person2Id".as("person2Id")
)
.distinct()
}
)
}

0 comments on commit 2131160

Please sign in to comment.