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.
custom_partition
1 parent 818b719 commit f27475cCopy full SHA for f27475c
src/static_schema.rs
@@ -68,7 +68,7 @@ pub fn convert_static_schema_to_arrow_schema(
68
let mut time_partition_exists = false;
69
70
for partition in custom_partitions {
71
- if static_schema
+ if !static_schema
72
.fields
73
.iter()
74
.any(|field| &field.name == partition)
0 commit comments