yujun777 commented on code in PR #49774:
URL: https://github.com/apache/doris/pull/49774#discussion_r2086533273
##########
regression-test/data/shape_check/tpcds_sf100/noStatsRfPrune/query13.out:
##########
@@ -20,7 +20,7 @@ PhysicalResultSink
----------------------------PhysicalProject
------------------------------PhysicalOlapScan[store]
------------------------PhysicalProject
---------------------------filter(OR[AND[(customer_demographics.cd_marital_status
= 'D'),(customer_demographics.cd_education_status =
'Unknown')],AND[(customer_demographics.cd_marital_status =
'S'),(customer_demographics.cd_education_status =
'College')],AND[(customer_demographics.cd_marital_status =
'M'),(customer_demographics.cd_education_status = '4 yr Degree')]] and
cd_education_status IN ('4 yr Degree', 'College', 'Unknown') and
cd_marital_status IN ('D', 'M', 'S'))
+--------------------------filter(OR[AND[(customer_demographics.cd_marital_status
= 'S'),(customer_demographics.cd_education_status =
'College')],AND[(customer_demographics.cd_marital_status =
'M'),(customer_demographics.cd_education_status = '4 yr
Degree')],AND[(customer_demographics.cd_marital_status =
'D'),(customer_demographics.cd_education_status = 'Unknown')]] and
cd_education_status IN ('4 yr Degree', 'College', 'Unknown') and
cd_marital_status IN ('D', 'M', 'S'))
Review Comment:
this is stable
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]