From e31ae65086eb73364e54b07a1ff0735c4d50d61f Mon Sep 17 00:00:00 2001 From: Andrew Carbonetto Date: Tue, 14 Jan 2025 15:56:59 -0800 Subject: [PATCH] SQL: remove doctest Signed-off-by: Andrew Carbonetto --- docs/user/ppl/functions/datetime.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/user/ppl/functions/datetime.rst b/docs/user/ppl/functions/datetime.rst index e2a2ef7bf5..9af02f3bde 100644 --- a/docs/user/ppl/functions/datetime.rst +++ b/docs/user/ppl/functions/datetime.rst @@ -2185,11 +2185,3 @@ Example:: | 202034 | 201901 | +------------------------+---------------------------+ - os> source=people | eval `YEARWEEK('2025-01-04')` = YEARWEEK('2025-01-04') | fields `YEARWEEK('2025-01-04', 1)` - fetched rows / total rows = 1/1 - +---------------------------+ - | YEARWEEK('2025-01-04', 1) | - |---------------------------| - | 202452 | - +---------------------------+ -