Github user svarnau commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/898#discussion_r94860650
--- Diff: core/sql/executor/ExExeUtilGetStats.cpp ---
@@ -2319,47 +2321,38 @@ short ExExeUtilGetRTSStatisticsTcb::work()
{
if (measStatsItems_ == NULL)
{
- maxMeasStatsItems_ = 35;
+ maxMeasStatsItems_ = 26;
--- End diff --
I think Arvind was correct. The number should be 25. For me this caused a
regression failure by outputting a couple spurious stats at the end. (an extra
Accessed Rows stat where none should be)
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---