Github user interma commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/1081#discussion_r95522410
  
    --- Diff: src/backend/libpq/rangerrest.c ---
    @@ -247,12 +299,27 @@ json_object *create_ranger_request_json(List *args)
                ListCell *cell;
                foreach(cell, arg_ptr->actions)
                {
    -               json_object* jaction = json_object_new_string((char 
*)cell->data.ptr_value);
    +                   /* need more normalization in future */
    --- End diff --
    
    If the json string changed in future, we should do more normalization works.


---
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.
---

Reply via email to