Skip to content

Commit

Permalink
fix code style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chenghao-intel committed Apr 29, 2014
1 parent 9cf0396 commit 543ef9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ abstract class LeafExpression extends Expression with trees.LeafNode[Expression]
}

/**
* Root class for rewritten single operand UDF expression. By default, we assume it produces Null if
* its operand is null. Exceptional case requires to update the optimization rule
* Root class for rewritten single operand UDF expression. By default, we assume it produces Null
* if its operand is null. Exceptional case requires to update the optimization rule
* at [[optimizer.ConstantFolding ConstantFolding]]
*/
abstract class UnaryExpression extends Expression with trees.UnaryNode[Expression] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ private[hive] case class HiveGenericUdf(name: String, children: Seq[Expression])

@transient
protected lazy val returnInspector = function.initialize(argumentInspectors.toArray)

@transient
protected lazy val isUDFDeterministic = {
val udfType = function.getClass().getAnnotation(classOf[HiveUDFType])
Expand Down

0 comments on commit 543ef9d

Please sign in to comment.