Skip to content

Commit 963c79a

Browse files
authored
fix(docs): Formatting in connector/mongodb.rst (#26481)
## Description The formatting of the table in [Configuration Properties](https://github.com/prestodb/presto/blob/master/presto-docs/src/main/sphinx/connector/mongodb.rst#configuration-properties) in connector/mongodb.rst was incorrect. ## Motivation and Context The formatting error causes the table in lines 37-63 of [Configuration Properties](https://github.com/prestodb/presto/blob/master/presto-docs/src/main/sphinx/connector/mongodb.rst#configuration-properties) to not be displayed in the documentation. ## Impact Documentation. ## Test Plan Local doc build. Before, this error appears and the table is not visible in a local doc build. `ERROR: Malformed table. Bottom/header table border does not match top border.` After, the error does not appear and the table is visible in a local doc build. ## Contributor checklist - [ ] Please make sure your submission complies with our [contributing guide](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md), in particular [code style](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#code-style) and [commit standards](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#commit-standards). - [ ] PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced. - [ ] Documented new properties (with its default value), SQL syntax, functions, or other functionality. - [ ] If release notes are required, they follow the [release notes guidelines](https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines). - [ ] Adequate tests were added if applicable. - [ ] CI passed. - [ ] If adding new dependencies, verified they have an [OpenSSF Scorecard](https://securityscorecards.dev/#the-checks) score of 5.0 or higher (or obtained explicit TSC approval for lower scores). ## Release Notes ``` == NO RELEASE NOTE == ```
1 parent 66f4700 commit 963c79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presto-docs/src/main/sphinx/connector/mongodb.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Property Name Description
6060
table, and column names for the connector. When disabled,
6161
names are matched case-insensitively using lowercase
6262
normalization. Default is ``false``
63-
===================================== ==============================================================
63+
===================================== ============================================================== ===========
6464

6565
``mongodb.seeds``
6666
^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)