We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2333c31 + 4a59ad3 commit 15ca650Copy full SHA for 15ca650
1 file changed
datafusion/core/src/datasource/file_format/mod.rs
@@ -154,7 +154,7 @@ pub trait FileFormat: Send + Sync + fmt::Debug {
154
155
/// An enum to distinguish between different states when determining if certain filters can be
156
/// pushed down to file scanning
157
-#[derive(PartialEq)]
+#[derive(Debug, PartialEq)]
158
pub enum FilePushdownSupport {
159
/// The file format/system being asked does not support any sort of pushdown. This should be
160
/// used even if the file format theoretically supports some sort of pushdown, but it's not
0 commit comments