xzj7019 commented on code in PR #40089:
URL: https://github.com/apache/doris/pull/40089#discussion_r1735523171


##########
fe/fe-core/src/test/java/org/apache/doris/nereids/stats/FilterEstimationTest.java:
##########
@@ -1228,4 +1229,32 @@ public void testStringRangeColToCol() {
         Statistics agrtc = new FilterEstimation().estimate(new GreaterThan(a, 
c), baseStats);
         Assertions.assertEquals(50, agrtc.getRowCount());
     }
+

Review Comment:
   test suggestion: 1) master:  full regression check on user cases 2) 2.0 
regular pipeline process



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to