This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 96d76ab8e0 Remove redundant dead_code check suppressions (#13490)
96d76ab8e0 is described below

commit 96d76ab8e095c4c4d034e1b261761fadb5e3be99
Author: Piotr Findeisen <[email protected]>
AuthorDate: Tue Nov 19 17:30:57 2024 +0100

    Remove redundant dead_code check suppressions (#13490)
---
 datafusion/core/src/datasource/physical_plan/arrow_file.rs | 1 -
 datafusion/core/src/datasource/physical_plan/avro.rs       | 1 -
 2 files changed, 2 deletions(-)

diff --git a/datafusion/core/src/datasource/physical_plan/arrow_file.rs 
b/datafusion/core/src/datasource/physical_plan/arrow_file.rs
index df5ede5e83..8df5ef82cd 100644
--- a/datafusion/core/src/datasource/physical_plan/arrow_file.rs
+++ b/datafusion/core/src/datasource/physical_plan/arrow_file.rs
@@ -46,7 +46,6 @@ use object_store::{GetOptions, GetRange, GetResultPayload, 
ObjectStore};
 
 /// Execution plan for scanning Arrow data source
 #[derive(Debug, Clone)]
-#[allow(dead_code)]
 pub struct ArrowExec {
     base_config: FileScanConfig,
     projected_statistics: Statistics,
diff --git a/datafusion/core/src/datasource/physical_plan/avro.rs 
b/datafusion/core/src/datasource/physical_plan/avro.rs
index 2e83be212f..68d219ef0e 100644
--- a/datafusion/core/src/datasource/physical_plan/avro.rs
+++ b/datafusion/core/src/datasource/physical_plan/avro.rs
@@ -34,7 +34,6 @@ use datafusion_physical_expr::{EquivalenceProperties, 
LexOrdering};
 
 /// Execution plan for scanning Avro data source
 #[derive(Debug, Clone)]
-#[allow(dead_code)]
 pub struct AvroExec {
     base_config: FileScanConfig,
     projected_statistics: Statistics,


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to