Skip to content

Commit 6470831

Browse files
committed
rm comment
1 parent a3b4736 commit 6470831

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/scala/ldbc/snb/datagen/transformation/transform/RawToBiTransform.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ case class RawToBiTransform(mode: BI, simulationStart: Long, simulationEnd: Long
3232
case _ => true
3333
}
3434

35-
// private def isRawEntity(entityType: EntityType): Boolean = Raw.graphDef.entities.contains(entityType)
36-
3735
override def transform(input: In): Out = {
3836
val batch_id = (col: Column) => date_format(date_trunc(mode.batchPeriod, to_timestamp(col / lit(1000L))), batchPeriodFormat(mode.batchPeriod))
3937

0 commit comments

Comments
 (0)