Skip to content

Commit 6c85ea7

Browse files
Update datafusion/core/src/physical_plan/file_format/row_filter.rs
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
1 parent 0293f33 commit 6c85ea7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

datafusion/core/src/physical_plan/file_format/row_filter.rs

+2
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,8 @@ pub fn build_row_filter(
295295
}
296296
}
297297

298+
/// return true if this is a non nested type.
299+
// TODO remove after https://github.com/apache/arrow-rs/issues/2704 is done
298300
fn is_primitive_field(field: &Field) -> bool {
299301
!matches!(
300302
field.data_type(),

0 commit comments

Comments
 (0)