We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfdd194 commit 08f429aCopy full SHA for 08f429a
articles/cosmos-db/configure-custom-partitioning.md
@@ -115,7 +115,7 @@ val df = spark.read.
115
option("spark.cosmos.asns.partition.keys", "readDate String").
116
option("spark.cosmos.asns.basePath", "/mnt/CosmosDBPartitionedStore/").
117
load()
118
-val df_filtered = df.filter("readDate='2020-11-27 00:00:00.000'")
+val df_filtered = df.filter("readDate='2020-11-01 00:00:00.000'")
119
display(df_filtered.limit(10))
120
```
121
---
0 commit comments