Skip to content

Commit 6d04b60

Browse files
committed
feat: support PartialMerge
1 parent 2eeeb2a commit 6d04b60

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

native/core/src/execution/planner.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ use datafusion_comet_proto::{
116116
},
117117
spark_operator::{
118118
self, lower_window_frame_bound::LowerFrameBoundStruct, operator::OpStruct,
119-
upper_window_frame_bound::UpperFrameBoundStruct, BuildSide, CompressionCodec as SparkCompressionCodec, JoinType, Operator, WindowFrameType,
119+
upper_window_frame_bound::UpperFrameBoundStruct, BuildSide,
120+
CompressionCodec as SparkCompressionCodec, JoinType, Operator, WindowFrameType,
120121
},
121122
spark_partitioning::{partitioning::PartitioningStruct, Partitioning as SparkPartitioning},
122123
};

0 commit comments

Comments
 (0)