We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e58cd1 commit 48e81ccCopy full SHA for 48e81cc
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/datetimeExpressions.scala
@@ -810,7 +810,7 @@ abstract class ToTimestamp
810
case "milli" => MICROS_PER_MILLIS
811
case "micro" => 1L
812
case o => throw new IllegalArgumentException(
813
- "current param is '" + o + "'" + ";param must be 'mill' or 'micro' when use Long type time")
+ "current param is '" + o + "'" + ";param must be 'milli' or 'micro' when use Long type time")
814
}
815
816
override def eval(input: InternalRow): Any = {
0 commit comments