Skip to content

Commit

Permalink
[MINOR][SQL] Remove unused variable in NewInstance.constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjoon-hyun committed Mar 15, 2021
1 parent a0f3b72 commit aebf100
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ case class NewInstance(
}
outerPointer.map { p =>
val outerObj = p()
val d = outerObj.getClass +: paramTypes
val c = getConstructor(outerObj.getClass +: paramTypes)
(args: Seq[AnyRef]) => {
c(outerObj +: args)
Expand Down

0 comments on commit aebf100

Please sign in to comment.