Skip to content

Commit

Permalink
Fix typo in docs of kafka connector
Browse files Browse the repository at this point in the history
trinodb/trino#11809

Co-authored-by: yushengnan <ysnakie@hotmail.com>
  • Loading branch information
2 people authored and highker committed Apr 15, 2022
1 parent bdb2184 commit b32214e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion presto-docs/src/main/sphinx/connector/kafka.rst
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,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

0 comments on commit b32214e

Please sign in to comment.