We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acf636e commit b0578feCopy full SHA for b0578fe
datafusion-examples/examples/thread_pools.rs
@@ -25,7 +25,6 @@
25
//! due to congestion control and increased latencies for processing network
26
//! messages.
27
use arrow::util::pretty::pretty_format_batches;
28
-use datafusion::common::runtime::dedicated_executor;
29
use datafusion::error::Result;
30
use datafusion::execution::SendableRecordBatchStream;
31
use datafusion::physical_plan::DedicatedExecutor;
0 commit comments