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
Next Next commit
tiny style fix
  • Loading branch information
yjshen committed Jul 14, 2015
commit 9555e35f58bbeab84edecd3190be514e268d11c3
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ case class Round(child: Expression, scale: Expression) extends Expression with E
}

override def inputTypes: Seq[AbstractDataType] = Seq(
//rely on precedence to implicit cast String into Double
// rely on precedence to implicit cast String into Double
TypeCollection(DoubleType, FloatType, LongType, IntegerType, ShortType, ByteType),
TypeCollection(LongType, IntegerType, ShortType, ByteType))

Expand Down