Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
zjuwangg committed Dec 12, 2024
1 parent 741cf6c commit d23b542
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ case class UnsafeColumnarBuildSideRelation(
with Logging
with KryoSerializable {

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

0 comments on commit d23b542

Please sign in to comment.