Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixed review comment
  • Loading branch information
gvramana committed Dec 9, 2014
commit a0182e54c5ed97bb4b85c895434b4d626671ba58
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ private[hive] case class HiveGenericUdf(functionClassName: String, children: Seq
isUDFDeterministic && returnInspector.isInstanceOf[ConstantObjectInspector]

@transient
protected lazy val constantReturnValue = unwrap(
protected def constantReturnValue = unwrap(
returnInspector.asInstanceOf[ConstantObjectInspector].getWritableConstantValue(),
returnInspector)

Expand Down