Waloid24 commented on code in PR #2007:
URL: https://github.com/apache/cloudberry/pull/2007#discussion_r4035284971
##########
src/backend/gporca/libgpopt/src/engine/CStatisticsConfig.cpp:
##########
@@ -41,7 +41,7 @@ CStatisticsConfig::CStatisticsConfig(CMemoryPool *mp,
m_max_stats_buckets(max_stats_buckets),
m_phsmdidcolinfo(nullptr)
{
- GPOS_ASSERT(CDouble(0.0) < damping_factor_filter);
+ GPOS_ASSERT(CDouble(0.0) <= damping_factor_filter);
GPOS_ASSERT(CDouble(0.0) <= damping_factor_join);
GPOS_ASSERT(CDouble(0.0) < damping_factor_groupby);
Review Comment:
You're right about `optimizer_damping_factor_groupby`. I wanted to send it
in a separate issue, but if it's okay I'll send it here.
--
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]