Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/main/sphinx/connector/kafka.rst
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ message used for encoding.
If only a start position is given:

* For fixed width types, the appropriate number of bytes are used for the
specified ``dateFormat`` (see above).
specified ``dataFormat`` (see above).

If both a start and end position are given, then:

Expand Down Expand Up @@ -1012,7 +1012,7 @@ message used for decoding. It can be one or two numbers separated by a colon (``

If only a start position is given:

* For fixed width types the column will use the appropriate number of bytes for the specified ``dateFormat`` (see above).
* For fixed width types the column will use the appropriate number of bytes for the specified ``dataFormat`` (see above).
* When ``VARCHAR`` value is decoded all bytes from start position till the end of the message will be used.

If start and end position are given, then:
Expand Down