We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26dda5 commit 6886af8Copy full SHA for 6886af8
src/lib.rs
@@ -31,7 +31,7 @@
31
//! DataFusion's async runtime. To ensure complete results:
32
//! - Add ORDER BY to aggregation queries, or
33
//! - Use `SessionConfig().with_target_partitions(1)` for single-threaded execution
34
-//! TODO(#106): Implenet proper parallelism and partition handling.
+//! TODO(#106): Implenet proper parallelism and partition handling.
35
36
use std::ffi::CString;
37
use std::fmt::Debug;
0 commit comments