@@ -3239,8 +3239,9 @@ async fn test_window_partial_constant_and_set_monotonicity() -> Result<()> {
3239
3239
" DataSourceExec: file_groups={1 group: [[x]]}, projection=[nullable_col, non_nullable_col], output_ordering=[nullable_col@0 ASC NULLS LAST], file_type=parquet" ,
3240
3240
] ,
3241
3241
expected_plan: vec![
3242
- "BoundedWindowAggExec: wdw=[min: Ok(Field { name: \" min\" , data_type: Int32, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }), frame: WindowFrame { units: Rows, start_bound: Preceding(UInt32(1)), end_bound: CurrentRow, is_causal: true }], mode=[Sorted]" ,
3243
- " DataSourceExec: file_groups={1 group: [[x]]}, projection=[nullable_col, non_nullable_col], output_ordering=[nullable_col@0 ASC NULLS LAST], file_type=parquet" ,
3242
+ "SortExec: expr=[nullable_col@0 ASC NULLS LAST, min@2 DESC NULLS LAST], preserve_partitioning=[false]" ,
3243
+ " BoundedWindowAggExec: wdw=[min: Ok(Field { name: \" min\" , data_type: Int32, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }), frame: WindowFrame { units: Rows, start_bound: Preceding(UInt32(1)), end_bound: CurrentRow, is_causal: true }], mode=[Sorted]" ,
3244
+ " DataSourceExec: file_groups={1 group: [[x]]}, projection=[nullable_col, non_nullable_col], output_ordering=[nullable_col@0 ASC NULLS LAST], file_type=parquet" ,
3244
3245
] ,
3245
3246
} ,
3246
3247
// Case 63:
@@ -3255,8 +3256,8 @@ async fn test_window_partial_constant_and_set_monotonicity() -> Result<()> {
3255
3256
" DataSourceExec: file_groups={1 group: [[x]]}, projection=[nullable_col, non_nullable_col], output_ordering=[nullable_col@0 ASC NULLS LAST], file_type=parquet" ,
3256
3257
] ,
3257
3258
expected_plan: vec![
3258
- " BoundedWindowAggExec: wdw=[avg: Ok(Field { name: \" avg\" , data_type: Float64, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }), frame: WindowFrame { units: Rows, start_bound: Preceding(UInt32(1)), end_bound: CurrentRow, is_causal: true }], mode=[Sorted]" ,
3259
- " DataSourceExec: file_groups={1 group: [[x]]}, projection=[nullable_col, non_nullable_col], output_ordering=[nullable_col@0 ASC NULLS LAST], file_type=parquet" ,
3259
+ "BoundedWindowAggExec: wdw=[avg: Ok(Field { name: \" avg\" , data_type: Float64, nullable: true, dict_id: 0, dict_is_ordered: false, metadata: {} }), frame: WindowFrame { units: Rows, start_bound: Preceding(UInt32(1)), end_bound: CurrentRow, is_causal: true }], mode=[Sorted]" ,
3260
+ " DataSourceExec: file_groups={1 group: [[x]]}, projection=[nullable_col, non_nullable_col], output_ordering=[nullable_col@0 ASC NULLS LAST], file_type=parquet" ,
3260
3261
] ,
3261
3262
} ,
3262
3263
// =============================================REGION ENDS=============================================
0 commit comments