diff --git a/docs/src/main/sphinx/connector/mongodb.rst b/docs/src/main/sphinx/connector/mongodb.rst index 565bd9794cb8..79ab1dfe7792 100644 --- a/docs/src/main/sphinx/connector/mongodb.rst +++ b/docs/src/main/sphinx/connector/mongodb.rst @@ -251,6 +251,10 @@ A schema collection consists of a MongoDB document for a table. } } +The connector quotes the fields for a row type when auto-generating the schema. +However, if the schema is being fixed manually in the collection then +the fields need to be explicitly quoted. ``row("UpperCase" varchar)`` + =============== ========= ============== ============================= Field Required Type Description =============== ========= ============== =============================