Github user wangzw commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/28#discussion_r42350715
--- Diff:
src/backend/resourcemanager/resourcebroker/resourcebroker_LIBYARN_proc.c ---
@@ -317,7 +317,7 @@ char * ExtractPrincipalFromTicketCache(const char*
cache)
return NULL;
}
- if (!cache) {
+ if (cache) {
--- End diff --
Please fix the indent issue here.
---
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.
---