From ff3c8b15464eed67b8742902f1b6ebdf3da3bfbd Mon Sep 17 00:00:00 2001 From: Lantao Jin Date: Fri, 10 Jan 2025 18:54:27 +0800 Subject: [PATCH] [Followup] Fix the doctest failure Signed-off-by: Lantao Jin --- docs/user/ppl/general/identifiers.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/user/ppl/general/identifiers.rst b/docs/user/ppl/general/identifiers.rst index f93463c3bb..af4e81514c 100644 --- a/docs/user/ppl/general/identifiers.rst +++ b/docs/user/ppl/general/identifiers.rst @@ -177,12 +177,12 @@ Query metadata fields:: os> source=accounts | fields firstname, lastname, _index, _sort; fetched rows / total rows = 4/4 - +-------------+------------+----------+---------+ - | firstname | lastname | _index | _sort | - |-------------+------------+----------+---------| - | Amber | Duke | accounts | -2 | - | Hattie | Bond | accounts | -2 | - | Nanette | Bates | accounts | -2 | - | Dale | Adams | accounts | -2 | - +-------------+------------+----------+---------+ + +-----------+----------+----------+-------+ + | firstname | lastname | _index | _sort | + |-----------+----------+----------+-------| + | Amber | Duke | accounts | -2 | + | Hattie | Bond | accounts | -2 | + | Nanette | Bates | accounts | -2 | + | Dale | Adams | accounts | -2 | + +-----------+----------+----------+-------+