Skip to content

Commit 15ca650

Browse files
committed
Merge branch 'feat_4028' of github.com:itsjunetime/datafusion into feat_4028
2 parents 2333c31 + 4a59ad3 commit 15ca650

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • datafusion/core/src/datasource/file_format

datafusion/core/src/datasource/file_format/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ pub trait FileFormat: Send + Sync + fmt::Debug {
154154

155155
/// An enum to distinguish between different states when determining if certain filters can be
156156
/// pushed down to file scanning
157-
#[derive(PartialEq)]
157+
#[derive(Debug, PartialEq)]
158158
pub enum FilePushdownSupport {
159159
/// The file format/system being asked does not support any sort of pushdown. This should be
160160
/// used even if the file format theoretically supports some sort of pushdown, but it's not

0 commit comments

Comments
 (0)