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
+19-19Lines changed: 19 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -39,14 +39,14 @@ use arrow::datatypes::{DataType, Field, Schema, SchemaRef};
39
39
use arrow::record_batch::RecordBatch;
40
40
41
41
use datafusion_common::tree_node::{TransformedResult,TreeNode};
42
-
use datafusion_common::Result;
43
-
use datafusion_expr::{JoinType,Operator};
44
-
use datafusion_physical_expr::expressions::{self, col,Column};
45
-
use datafusion_physical_expr::PhysicalSortExpr;
46
-
use datafusion_physical_optimizer::test_utils::check_integrity;
47
-
use datafusion_physical_optimizer::enforce_sorting::replace_with_order_preserving_variants::{replace_with_order_preserving_variants,OrderPreservationContext};
42
+
use datafusion_common::Result;
43
+
use datafusion_expr::{JoinType,Operator};
44
+
use datafusion_physical_expr::expressions::{self, col,Column};
45
+
use datafusion_physical_expr::PhysicalSortExpr;
46
+
use datafusion_physical_optimizer::test_utils::check_integrity;
47
+
use datafusion_physical_optimizer::enforce_sorting::replace_with_order_preserving_variants::{replace_with_order_preserving_variants,OrderPreservationContext};
0 commit comments