Skip to content

Commit 648a10a

Browse files
Merge pull request #228214 from Rodrigossz/main
Update analytical-store-introduction.md
2 parents bf3e0b0 + d344184 commit 648a10a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,9 +271,9 @@ WITH (num varchar(100)) AS [IntToFloat]
271271
* Spark pools in Azure Synapse will represent these columns as `undefined`.
272272
* SQL serverless pools in Azure Synapse will represent these columns as `NULL`.
273273

274-
##### What to do if have representation challenges
274+
##### Representation challenges Workaround
275275

276-
Currently the base schema can't be reset and It is possible that an old document with an incorrect schema was used to create that base schema. To delete or update the problematic documents won't help. The possible solutions are:
276+
Currently the base schema can't be reset and It is possible that an old document, with an incorrect schema, was used to create that base schema. To delete or update the problematic documents won't help. The possible solutions are:
277277

278278
* To migrate the data to a new container, making sure that all documents have the correct schema.
279279
* To abandon the property with the wrong schema and add a new one, with another name, that has the correct datatypes. Example: You have billions of documents in the **Orders** container where the **status** property is a string. But the first document in that container has **status** defined with integer. So, one document will have **status** correctly represented and all other documents will have **NULL**. You can add the **status2** property to all documents and start to use it, instead of the original property.

0 commit comments

Comments
 (0)