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\
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'" )
105105display(df_filtered.limit(10 ))
106106```
107107
@@ -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'" )
119119display(df_filtered.limit(10 ))
120120```
121121---
You can’t perform that action at this time.
0 commit comments