github-actions[bot] commented on code in PR #65653:
URL: https://github.com/apache/doris/pull/65653#discussion_r3592129857
##########
regression-test/suites/statistics/test_scale_num_nulls.groovy:
##########
@@ -18,6 +18,9 @@
suite("test_scale_num_nulls") {
// For an OlapTable, when only a subset of partitions is selected,
// the num_nulls value in column statistics needs to be scaled
proportionally.
+ if (isCloudMode()) {
Review Comment:
Please keep this regression active in cloud mode and wait for the row counts
instead of returning. `StatsCalculator.computeOlapScan` scales `numNulls` by
`getSelectedPartitionRowCount(...) / getOlapTableRowCount(...)`, and cloud
refreshes those strict index counts asynchronously. Nearby statistics suites
(`test_analyze_all_null`, `test_hot_value`, `test_full_analyze_hot_value`, and
`test_partition_stats`) already poll `SHOW DATA` to the expected count before
`ANALYZE`. Because the stated problem is delayed reporting rather than
unsupported cloud behavior, this return reports a successful empty suite and
permanently removes the only cloud coverage for the partition-pruning fix.
Please wait, with a bounded failure timeout, until `ptable` reports 12 rows (or
all three partitions report four) before running the existing analyze/explain
assertion.
--
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]