Skip to content

Commit 96dd0df

Browse files
committed
Revert "Temporarily default radix to false to get benchmarks."
This reverts commit 482e72c.
1 parent 482e72c commit 96dd0df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

datafusion/common/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ config_namespace! {
574574
/// multi-column sorts but has higher overhead for small batches.
575575
/// Set to false to isolate the performance impact of the
576576
/// coalesce-then-sort pipeline from radix sort itself.
577-
pub sort_use_radix: bool, default = false
577+
pub sort_use_radix: bool, default = true
578578

579579
/// Maximum buffer capacity (in bytes) per partition for BufferExec
580580
/// inserted during sort pushdown optimization.

0 commit comments

Comments
 (0)