Skip to content

Commit 492a915

Browse files
author
Devdutt Shenoi
committed
fix: partition exists
1 parent f75f0c6 commit 492a915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parseable/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ impl Parseable {
457457
.await;
458458
}
459459

460-
if time_partition.is_none()
460+
if time_partition.is_some()
461461
&& !custom_partitions.is_empty()
462462
&& custom_partitions.contains(time_partition.as_ref().expect("Is Some"))
463463
{

0 commit comments

Comments
 (0)