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/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new b0ea758bb1 Remove unnecessary cfg (#7773)
b0ea758bb1 is described below
commit b0ea758bb1f80a6c97b5ce6bdef6231aa25e3e88
Author: Kousuke Saruta <[email protected]>
AuthorDate: Tue Oct 10 06:18:21 2023 +0900
Remove unnecessary cfg (#7773)
---
datafusion/core/tests/sql/mod.rs | 1 -
1 file changed, 1 deletion(-)
diff --git a/datafusion/core/tests/sql/mod.rs b/datafusion/core/tests/sql/mod.rs
index 20d715b32c..d44513e69a 100644
--- a/datafusion/core/tests/sql/mod.rs
+++ b/datafusion/core/tests/sql/mod.rs
@@ -74,7 +74,6 @@ macro_rules! test_expression {
pub mod aggregates;
pub mod arrow_files;
-#[cfg(feature = "avro")]
pub mod create_drop;
pub mod csv_files;
pub mod describe;