Skip to content

Commit

Permalink
fix ut error
Browse files Browse the repository at this point in the history
  • Loading branch information
zjuwangg committed Dec 13, 2024
1 parent 400db23 commit 3c550b7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ case class UnsafeColumnarBuildSideRelation(
with Logging
with KryoSerializable {

// Needed for serialization
def this() = {
this(null, null, null)
}

def this(output: Seq[Attribute], bytesBufferArray: Array[Array[Byte]], mode: BroadcastMode) = {
// only used in driver side when broadcast the whole batches
this(
Expand Down

0 comments on commit 3c550b7

Please sign in to comment.