Skip to content

Commit aa0857d

Browse files
authored
[Followup] Fix the doctest failure (#3241)
Signed-off-by: Lantao Jin <[email protected]>
1 parent e415325 commit aa0857d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/user/ppl/general/identifiers.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,12 @@ Query metadata fields::
177177

178178
os> source=accounts | fields firstname, lastname, _index, _sort;
179179
fetched rows / total rows = 4/4
180-
+-------------+------------+----------+---------+
181-
| firstname | lastname | _index | _sort |
182-
|-------------+------------+----------+---------|
183-
| Amber | Duke | accounts | -2 |
184-
| Hattie | Bond | accounts | -2 |
185-
| Nanette | Bates | accounts | -2 |
186-
| Dale | Adams | accounts | -2 |
187-
+-------------+------------+----------+---------+
180+
+-----------+----------+----------+-------+
181+
| firstname | lastname | _index | _sort |
182+
|-----------+----------+----------+-------|
183+
| Amber | Duke | accounts | -2 |
184+
| Hattie | Bond | accounts | -2 |
185+
| Nanette | Bates | accounts | -2 |
186+
| Dale | Adams | accounts | -2 |
187+
+-----------+----------+----------+-------+
188188

0 commit comments

Comments
 (0)