Skip to content

Commit 48e81cc

Browse files
committed
make info sync with milli
1 parent 8e58cd1 commit 48e81cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeExpressions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ abstract class ToTimestamp
810810
case "milli" => MICROS_PER_MILLIS
811811
case "micro" => 1L
812812
case o => throw new IllegalArgumentException(
813-
"current param is '" + o + "'" + ";param must be 'mill' or 'micro' when use Long type time")
813+
"current param is '" + o + "'" + ";param must be 'milli' or 'micro' when use Long type time")
814814
}
815815

816816
override def eval(input: InternalRow): Any = {

0 commit comments

Comments
 (0)