Skip to content

Commit 55edd49

Browse files
authored
Merge pull request #175217 from ryancrawcour/patch-2
Fixing minor typo
2 parents f1a8001 + f3b6e70 commit 55edd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The following constraints are applicable on the operational data in Azure Cosmos
160160
* Change your data model in advance to avoid these characters.
161161
* Since we currently we don't support schema reset, you can change your application to add a redundant property with a similar name, avoiding these characters.
162162
* Use Change Feed to create a materialized view of your container without these characters in properties names.
163-
* Use the brand new `dropColumn` Spark option to ignore the affected columns when loadind data into a DataFrame. The syntax for dropping a hypothetical column named "FirstName,LastNAme", that contains a comma, is:
163+
* Use the brand new `dropColumn` Spark option to ignore the affected columns when loading data into a DataFrame. The syntax for dropping a hypothetical column named "FirstName,LastNAme", that contains a comma, is:
164164

165165
```Python
166166
df = spark.read\

0 commit comments

Comments
 (0)