Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ezvz committed Dec 7, 2023
1 parent 64c6da2 commit f8b9728
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spark/src/main/scala/ai/chronon/spark/Join.scala
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class Join(joinConf: api.Join,
mutationScan: Boolean = true,
showDf: Boolean = false)
extends JoinBase(joinConf, endPartition, tableUtils, skipFirstHole, mutationScan, showDf) {
@transient lazy val logger = LoggerFactory.getLogger(getClass)

private val bootstrapTable = joinConf.metaData.bootstrapTable

Expand Down

0 comments on commit f8b9728

Please sign in to comment.