Skip to content

Commit db05495

Browse files
authored
Update analytical-store-introduction.md
1 parent 9300203 commit db05495

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
@@ -448,7 +448,7 @@ the MongoDB `_id` field is fundamental to every collection in MongoDB and origin
448448
449449
The example below works on Spark 2.x and 3.x versions:
450450
451-
```Python
451+
```Scala
452452
val df = spark.read.format("cosmos.olap").option("spark.synapse.linkedService", "xxxx").option("spark.cosmos.container", "xxxx").load()
453453
454454
val convertObjectId = udf((bytes: Array[Byte]) => {

0 commit comments

Comments
 (0)