Github user linwen commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1088#discussion_r96360891
--- Diff: src/backend/libpq/rangerrest.c ---
@@ -294,7 +294,7 @@ static json_object *create_ranger_request_json(List
*request_list, List *result_
break;
}
default:
- elog(ERROR, "unrecognized objkind: %d", (int)
kind);
+ elog(ERROR, "unrecognized object kind : %d",
(int) kind);
--- End diff --
since this is a message to users, we should map this "kind" to string, so
that users can know which kind is not supported.
---
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.
---