crepererum commented on code in PR #8025:
URL: https://github.com/apache/arrow-datafusion/pull/8025#discussion_r1379810867
##########
datafusion/core/tests/fuzz_cases/aggregate_fuzz.rs:
##########
@@ -36,6 +36,7 @@ use datafusion_physical_expr::{AggregateExpr,
PhysicalSortExpr};
use test_utils::add_empty_batches;
#[cfg(test)]
+#[allow(clippy::items_after_test_module)]
Review Comment:
TBH I don't understand why these are wrapped into a tests module at all,
since this IS already an integration test file (lives under `tests`). So I
think clippy is not wrong here: this is confusing.
Could you try to just erase the additional `mod tests` indirection?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]