Kikyou1997 commented on code in PR #18800:
URL: https://github.com/apache/doris/pull/18800#discussion_r1174289205


##########
regression-test/suites/statistics/analyze_test.groovy:
##########
@@ -232,4 +232,66 @@ suite("analyze_test") {
     //    exception """errCode = 2, detailMessage = Unexpected exception: 
column stats for analyze_test_col1 is unknown"""
     //}
 
+    sql """
+        insert into __internal_schema.analysis_jobs 
values(788943185,-1,'internal','default_cluster:analyze_test_db_1',
+        'analyze_test_tbl_1', 'analyze_test_col3',-1 
,'MANUAL','sFULL','',0,'PENDING', 'ONCE');
+    """
+
+    sql """
+        DROP EXPIRED STATS
+    """
+
+//    Exception e = null;

Review Comment:
   Just comment it temporarily



-- 
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