@@ -1279,26 +1279,26 @@ impl PhysicalPlanBuilder {
12791279 None
12801280 } ;
12811281 Ok ( PhysicalPlan :: new ( HashJoin {
1282- projections : projections ,
1283- build_projections : build_projections ,
1284- probe_projections : probe_projections ,
1282+ projections,
1283+ build_projections,
1284+ probe_projections,
12851285 build : build_side,
12861286 probe : probe_side,
12871287 join_type : join. join_type ,
12881288 build_keys : right_join_conditions,
12891289 probe_keys : left_join_conditions,
1290- is_null_equal : is_null_equal ,
1291- non_equi_conditions : non_equi_conditions ,
1290+ is_null_equal,
1291+ non_equi_conditions,
12921292 marker_index : join. marker_index ,
12931293 meta : PhysicalPlanMeta :: new ( "HashJoin" ) ,
12941294 from_correlated_subquery : join. from_correlated_subquery ,
1295- probe_to_build : probe_to_build ,
1296- output_schema : output_schema ,
1295+ probe_to_build,
1296+ output_schema,
12971297 need_hold_hash_table : join. need_hold_hash_table ,
12981298 stat_info : Some ( stat_info) ,
12991299 single_to_inner : join. single_to_inner ,
1300- build_side_cache_info : build_side_cache_info ,
1301- runtime_filter : runtime_filter ,
1300+ build_side_cache_info,
1301+ runtime_filter,
13021302 broadcast_id,
13031303 } ) )
13041304 }
0 commit comments