-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HPCC-32164 Minor improvements to new filename gathering code #18818
Conversation
Jira Issue: https://hpccsystems.atlassian.net//browse/HPCC-32164 Jirabot Action Result: |
@jakesmith ignore whitespace when comparing |
} | ||
if (type == SummaryType::None) | ||
return; | ||
//Spill files are meaningless in roxie, and no current benefit in recording them for hthor/thor |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are SummaryType::JobTemp's useful?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They might be - in that they are written to persistent storage, so they are potentially noteworthy. We can always remove recording them at a later date, and they will not take up a significant amount of space.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ghalliday - looks good - 1 question.
const char *list = p->queryProp(xpath); | ||
if (!list) | ||
IPropertyTree * match = p->queryPropTree(xpath); | ||
if (!match) | ||
return false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does it make sense to return false if no xpath match ,but true (below) if !list ?
maybe it does - false means bad format (given other return false)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
false means this workunit did not record the information. true means it recorded it, but it was empty.
I will add a comment to clarify.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ghalliday - approved - 1 side question
Signed-off-by: Gavin Halliday <[email protected]>
85bde6e
into
hpcc-systems:candidate-9.8.x
Type of change:
Checklist:
Smoketest:
Testing: