Skip to content

Commit

Permalink
doc: start unordered list with an empty line
Browse files Browse the repository at this point in the history
otherwise, sphinx would render them as a single block instead of
as an unordererd list.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>

Closes #15504
  • Loading branch information
tchaikov authored and denesb committed Sep 21, 2023
1 parent 0819788 commit 2392b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/operating-scylla/admin-tools/scylla-sstable.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ This format allows you to represent a small part of a partition or an arbitrary
The ``partition-start`` and ``partition-end`` fragments are always present, even if a single row is read from a partition.
If the stream contains multiple partitions, these follow each other in the stream, the ``partition-start`` fragment of the next partition following the ``partition-end`` fragment of the previous one.
The stream is strictly ordered:

* Partitions are ordered according to their token (hashes);
* Fragments in the partition are ordered according to their order presented in the listing above, ``clustering-row`` and ``range-tombstone-change`` fragments can be intermingled, see below.
* Clustering fragments (``clustering-row`` and ``range-tombstone-change``) are ordered between themselves according to the clustering order defined by the schema.
Expand Down

0 comments on commit 2392b6a

Please sign in to comment.