You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: datafusion/core/tests/physical_optimizer/replace_with_order_preserving_variants.rs
+29-1Lines changed: 29 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,10 +45,12 @@ use datafusion_common::{assert_contains, Result};
45
45
use datafusion_expr::{JoinType,Operator};
46
46
use datafusion_physical_expr::expressions::{self, col,Column};
47
47
use datafusion_physical_expr::PhysicalSortExpr;
48
-
use datafusion_physical_optimizer::enforce_sorting::replace_with_order_preserving_variants::{plan_with_order_preserving_variants, replace_with_order_preserving_variants,OrderPreservationContext};
48
+
use datafusion_physical_optimizer::enforce_sorting::replace_with_order_preserving_variants::{plan_with_order_breaking_variants,plan_with_order_preserving_variants, replace_with_order_preserving_variants,OrderPreservationContext};
0 commit comments