Skip to content

Commit 8f302f6

Browse files
committed
Replace in factor generator code: interestId -> Tag.id
1 parent e64bb7e commit 8f302f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/ldbc/snb/datagen/factors/FactorGenerationStage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ object FactorGenerationStage extends DatagenStage with Logging {
317317
frequency(
318318
interest.join(tag.as("Tag"), $"Tag.id" === $"TagId"),
319319
value = $"PersonId",
320-
by = Seq($"interestId", $"Tag.name")
320+
by = Seq($"Tag.id", $"Tag.name")
321321
)
322322
},
323323
"tagClassNumTags" -> Factor(TagClassType, TagType) { case Seq(tagClass, tag) =>

0 commit comments

Comments
 (0)