From 035e4117e259931a315a56f3a820fdeff8857920 Mon Sep 17 00:00:00 2001 From: Ankita Victor Date: Tue, 16 Apr 2024 10:10:37 +0530 Subject: [PATCH] Update typo --- velox/docs/functions/spark/datetime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velox/docs/functions/spark/datetime.rst b/velox/docs/functions/spark/datetime.rst index 97aa769e6a24..31552f32f0b1 100644 --- a/velox/docs/functions/spark/datetime.rst +++ b/velox/docs/functions/spark/datetime.rst @@ -247,7 +247,7 @@ These functions support TIMESTAMP and DATE input types. .. spark:function:: unix_seconds(timestamp) -> bigint Returns the number of seconds since 1970-01-01 00:00:00 UTC.:: - SELECT unix_micros('1970-01-01 00:00:01'); -- 1 + SELECT unix_seconds('1970-01-01 00:00:01'); -- 1 .. spark:function:: unix_timestamp() -> integer