Skip to content

Commit 8fc874b

Browse files
committed
docs: improve the description
1 parent 44687c7 commit 8fc874b

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

user_guide_src/source/changelogs/v4.2.0.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,14 @@ See :ref:`auto-routing-improved` for the details.
4747
Commands
4848
========
4949

50-
- Added ``db:table`` command.
51-
- You can now see the names of all the tables in the database you are currently connected, field names or other metadata, like the column type, max length and ... each table, and the information in that table in the terminal.
52-
- ``db:table --show``
53-
- ``db:table my_table``
54-
- ``db:table my_table --metadata``
55-
- ``db:table my_table --limit-row 50 --limit-field-value 20 --desc``
50+
- Added ``spark db:table`` command.
51+
- You can now see the names of all the tables in the database you are currently connected in the terminal.
52+
- ``spark db:table --show``
53+
- Or you can see the field names and the records of a table.
54+
- ``spark db:table my_table``
55+
- ``spark db:table my_table --limit-row 50 --limit-field-value 20 --desc``
56+
- Or you can see metadata like the column type, max length of a table.
57+
- ``spark db:table my_table --metadata``
5658
- The ``spark routes`` command now shows closure routes, auto routes, and filters. See :ref:`URI Routing <spark-routes>`.
5759

5860
Others

0 commit comments

Comments
 (0)