File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ df = spark.read\
101
101
.option(" spark.cosmos.asns.basePath" , " /mnt/CosmosDBPartitionedStore/" ) \
102
102
.load()
103
103
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'" )
105
105
display(df_filtered.limit(10 ))
106
106
```
107
107
@@ -115,7 +115,7 @@ val df = spark.read.
115
115
option(" spark.cosmos.asns.partition.keys" , " readDate String" ).
116
116
option(" spark.cosmos.asns.basePath" , " /mnt/CosmosDBPartitionedStore/" ).
117
117
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'" )
119
119
display(df_filtered.limit(10 ))
120
120
```
121
121
---
You can’t perform that action at this time.
0 commit comments