Skip to content

Commit 08f429a

Browse files
authored
Fix the typo in query filter
1 parent cfdd194 commit 08f429a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/configure-custom-partitioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ val df = spark.read.
115115
option("spark.cosmos.asns.partition.keys", "readDate String").
116116
option("spark.cosmos.asns.basePath", "/mnt/CosmosDBPartitionedStore/").
117117
load()
118-
val df_filtered = df.filter("readDate='2020-11-27 00:00:00.000'")
118+
val df_filtered = df.filter("readDate='2020-11-01 00:00:00.000'")
119119
display(df_filtered.limit(10))
120120
```
121121
---

0 commit comments

Comments
 (0)