Skip to content

Commit 490fc34

Browse files
committed
Fix the typo in scala query filter
1 parent 988a432 commit 490fc34

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
@@ -101,7 +101,7 @@ df = spark.read\
101101
.option("spark.cosmos.asns.basePath", "/mnt/CosmosDBPartitionedStore/") \
102102
.load()
103103

104-
df_filtered = df.filter("readDate='2020-11-27 00:00:00.000'")
104+
df_filtered = df.filter("readDate='2020-11-01 00:00:00.000'")
105105
display(df_filtered.limit(10))
106106
```
107107

0 commit comments

Comments
 (0)