alamb commented on code in PR #9772: URL: https://github.com/apache/arrow-datafusion/pull/9772#discussion_r1545342441
########## datafusion/functions-array/benches/array_expression.rs: ########## @@ -18,12 +18,11 @@ #[macro_use] extern crate criterion; extern crate arrow; -extern crate datafusion; -mod data_utils; +//mod data_utils; Review Comment: That file is actually used by the other benchmarks https://github.com/search?q=repo%3Aapache%2Farrow-datafusion%20%22mod%20data_utils%22&type=code I think it was in this file due to copy/paste rather than any real need ```suggestion ``` -- 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]
