jiaqizho commented on code in PR #1294:
URL: https://github.com/apache/cloudberry/pull/1294#discussion_r2261797114


##########
src/backend/commands/analyze.c:
##########
@@ -713,8 +713,10 @@ do_analyze_rel(Relation onerel, VacuumParams *params,
         * statistics target. So we may need to sample more rows and then build
         * the statistics with enough detail.
         */
-       minrows = ComputeExtStatisticsRows(onerel, attr_cnt, vacattrstats);

Review Comment:
   only check `IS_SINGLENODE` is fine? 
   



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

Reply via email to