From 0d976fe04aef393ad287c3b74815401fb7fd5934 Mon Sep 17 00:00:00 2001 From: Lantao Jin Date: Fri, 10 Jan 2025 19:06:07 +0800 Subject: [PATCH] fix the doctest 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 | + +-----------+----------+----------+-------+