Skip to content

Commit 5a71082

Browse files
committed
Fix document generation issue
1 parent 0d14571 commit 5a71082

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -872,10 +872,6 @@ abstract class TimeToLongBase extends UnaryExpression with ExpectsInputTypes {
872872
14:30:00.5
873873
> SELECT _FUNC_(86399.999999);
874874
23:59:59.999999
875-
> SELECT _FUNC_(90000);
876-
NULL
877-
> SELECT _FUNC_(-1);
878-
NULL
879875
""",
880876
since = "4.2.0",
881877
group = "datetime_funcs")

0 commit comments

Comments
 (0)