Skip to content

Commit

Permalink
Remove override
Browse files Browse the repository at this point in the history
  • Loading branch information
zeotuan committed Sep 26, 2024
1 parent 268abb2 commit c232c77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ case class RandGamma(child: Expression, shape: Expression, scale: Expression, hi
with Stateful
with ExpressionWithRandomSeed {

override def seedExpression: Expression = child
def seedExpression: Expression = child

@transient protected lazy val seed: Long = seedExpression match {
case e if e.dataType == IntegerType => e.eval().asInstanceOf[Int]
Expand Down

0 comments on commit c232c77

Please sign in to comment.