File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2517,8 +2517,8 @@ mod tests {
25172517 }
25182518
25192519 #[ test]
2520- fn window_over_scalar_subquery_cross_join_with_project_wrapper_keeps_filter_above_join (
2521- ) -> Result < ( ) > {
2520+ fn window_over_scalar_subquery_cross_join_with_project_wrapper_keeps_filter_above_join ( )
2521+ -> Result < ( ) > {
25222522 let left = LogicalPlanBuilder :: from ( test_table_scan ( ) ?)
25232523 . project ( vec ! [ col( "a" ) . alias( "nation" ) , col( "b" ) . alias( "acctbal" ) ] ) ?
25242524 . alias ( "s" ) ?
Original file line number Diff line number Diff line change @@ -530,9 +530,6 @@ mod tests {
530530 } ) ) ;
531531
532532 assert ! ( result. is_err( ) ) ;
533- assert_eq ! (
534- null_restriction_eval_mode( ) ,
535- NullRestrictionEvalMode :: Auto
536- ) ;
533+ assert_eq ! ( null_restriction_eval_mode( ) , NullRestrictionEvalMode :: Auto ) ;
537534 }
538535}
You can’t perform that action at this time.
0 commit comments