Skip to content

Commit b7f1282

Browse files
authored
Update analytical-store-introduction.md
1 parent 2527452 commit b7f1282

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/cosmos-db/analytical-store-introduction.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -148,16 +148,16 @@ The following constraints are applicable on the operational data in Azure Cosmos
148148
* There's not schema versioning. The last version inferred from transactional store is what you'll see in analytical store.
149149

150150
* Currently Azure Synapse Spark can't read properties that contain some special characters in their names, listed below. Azure Synapse SQL serverless isn't affected.
151-
* `:`
152-
* ````
153-
* `,`
154-
* `;`
155-
* `{}`
156-
* `()`
157-
* `\n`
158-
* `\t`
159-
* `=`
160-
* `"`
151+
* :
152+
* `
153+
* ,
154+
* ;
155+
* {}
156+
* ()
157+
* \n
158+
* \t
159+
* =
160+
* "
161161

162162
> [!NOTE]
163163
> White spaces are also listed in the Spark error message returned when you reach this limitation. But we have added a special treatment for white spaces, please check out more details in the items below.

0 commit comments

Comments
 (0)