diff --git a/regression-test/data/nereids_tpcds_shape_sf100_p0/shape/query74.out b/regression-test/data/nereids_tpcds_shape_sf100_p0/shape/query74.out index 1eee84f1ca..d130098cfd 100644 --- a/regression-test/data/nereids_tpcds_shape_sf100_p0/shape/query74.out +++ b/regression-test/data/nereids_tpcds_shape_sf100_p0/shape/query74.out @@ -4,7 +4,7 @@ PhysicalTopN --PhysicalDistribute ----PhysicalTopN ------PhysicalProject ---------hashJoin[INNER_JOIN](t_s_firstyear.customer_id = t_w_secyear.customer_id)(CASE WHEN (year_total > 0E-9) THEN (year_total / year_total) ELSE NULL END > CASE WHEN (year_total > 0E-9) THEN (year_total / year_total) ELSE NULL END) +--------hashJoin[INNER_JOIN](t_s_firstyear.customer_id = t_w_secyear.customer_id)(CASE WHEN (year_total > 0.0) THEN (year_total / year_total) ELSE NULL END > CASE WHEN (year_total > 0.0) THEN (year_total / year_total) ELSE NULL END) ----------PhysicalProject ------------hashJoin[INNER_JOIN](t_s_firstyear.customer_id = t_w_firstyear.customer_id) --------------PhysicalDistribute @@ -49,7 +49,7 @@ PhysicalTopN ------------------PhysicalDistribute --------------------PhysicalUnion ----------------------PhysicalProject -------------------------filter((year_total > 0E-9)) +------------------------filter((year_total > 0.0)) --------------------------hashAgg[LOCAL] ----------------------------PhysicalProject ------------------------------hashJoin[INNER_JOIN](customer.c_customer_sk = store_sales.ss_customer_sk) @@ -66,7 +66,7 @@ PhysicalTopN ----------------------------------------filter(((date_dim.d_year = 1999) OR (date_dim.d_year = 2000))(date_dim.d_year = 1999)('s' = 's')) ------------------------------------------PhysicalOlapScan[date_dim] ----------------------PhysicalProject -------------------------filter((year_total > 0E-9)) +------------------------filter((year_total > 0.0)) --------------------------hashAgg[GLOBAL] ----------------------------PhysicalDistribute ------------------------------hashAgg[LOCAL] @@ -87,7 +87,7 @@ PhysicalTopN --------------PhysicalDistribute ----------------PhysicalUnion ------------------PhysicalProject ---------------------filter((year_total > 0E-9)) +--------------------filter((year_total > 0.0)) ----------------------hashAgg[GLOBAL] ------------------------PhysicalDistribute --------------------------hashAgg[LOCAL] @@ -108,7 +108,7 @@ PhysicalTopN ----------------------------------filter(('s' = 'w')((date_dim.d_year = 1999) OR (date_dim.d_year = 2000))(date_dim.d_year = 1999)) ------------------------------------PhysicalOlapScan[date_dim] ------------------PhysicalProject ---------------------filter((year_total > 0E-9)) +--------------------filter((year_total > 0.0)) ----------------------hashAgg[GLOBAL] ------------------------PhysicalDistribute --------------------------hashAgg[LOCAL]