Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooks-stripe committed Jun 15, 2024
1 parent 12b38ce commit eb19af5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions online/src/main/scala/ai/chronon/online/JoinCodec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ import ai.chronon.online.OnlineDerivationUtil.{
timeFields
}

case class JoinCodec(conf: JoinOps,
keySchema: StructType,
baseValueSchema: StructType)
extends Serializable {
case class JoinCodec(conf: JoinOps, keySchema: StructType, baseValueSchema: StructType) extends Serializable {

@transient lazy val valueSchema: StructType = {
val fields = if (conf.join == null || conf.join.derivations == null || baseValueSchema.fields.isEmpty) {
Expand Down

0 comments on commit eb19af5

Please sign in to comment.