andygrove commented on code in PR #1963:
URL:
https://github.com/apache/datafusion-ballista/pull/1963#discussion_r3546666008
##########
ballista/scheduler/src/state/aqe/planner.rs:
##########
@@ -30,14 +30,14 @@ use ballista_core::serde::scheduler::PartitionLocation;
use datafusion::common;
use datafusion::common::{HashMap, exec_err};
use datafusion::error::DataFusionError;
+#[cfg(test)]
+use datafusion::execution::config::SessionConfig;
Review Comment:
nit: shouldn't the import be moved into the test module?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]