[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-12 Thread interma
Github user interma closed the pull request at: https://github.com/apache/incubator-hawq/pull/1081 --- 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

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-12 Thread stanlyxiang
Github user stanlyxiang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95751617 --- Diff: src/backend/libpq/rangerrest.c --- @@ -463,7 +464,12 @@ int check_privilege_from_ranger(List *request_list, List *result_list)

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-11 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95716521 --- Diff: src/backend/catalog/aclchk.c --- @@ -2760,9 +2766,6 @@ List *pg_rangercheck_batch(List *arg_list) requestargs = NULL; }

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-11 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95716306 --- Diff: src/backend/libpq/rangerrest.c --- @@ -381,29 +449,38 @@ int call_ranger_rest(CURL_HANDLE curl_handle, const char* request) }

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-11 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95715912 --- Diff: src/backend/parser/parse_relation.c --- @@ -2734,70 +2734,99 @@ ExecCheckRTPerms(List *rangeTable) void

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-11 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95715673 --- Diff: src/backend/libpq/rangerrest.c --- @@ -381,29 +449,38 @@ int call_ranger_rest(CURL_HANDLE curl_handle, const char* request) }

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-11 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95715434 --- Diff: src/backend/libpq/rangerrest.c --- @@ -68,51 +69,99 @@ static void getClientIP(char *remote_host) } }

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-11 Thread stanlyxiang
Github user stanlyxiang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95715330 --- Diff: src/backend/libpq/rangerrest.c --- @@ -381,29 +449,38 @@ int call_ranger_rest(CURL_HANDLE curl_handle, const char* request) }

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-11 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95714867 --- Diff: src/backend/catalog/aclchk.c --- @@ -2760,9 +2766,6 @@ List *pg_rangercheck_batch(List *arg_list) requestargs = NULL; }

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-11 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95714559 --- Diff: src/backend/parser/parse_relation.c --- @@ -2734,70 +2734,99 @@ ExecCheckRTPerms(List *rangeTable) void

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-11 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95713912 --- Diff: src/backend/libpq/rangerrest.c --- @@ -381,29 +449,38 @@ int call_ranger_rest(CURL_HANDLE curl_handle, const char* request) }

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-11 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95713954 --- Diff: src/backend/libpq/rangerrest.c --- @@ -381,29 +449,38 @@ int call_ranger_rest(CURL_HANDLE curl_handle, const char* request) }

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-11 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95548234 --- Diff: src/include/utils/rangerrest.h --- @@ -80,6 +80,13 @@ typedef struct RangerPrivilegeResults { RangerACLResult result;

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-11 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95547972 --- Diff: src/backend/catalog/aclchk.c --- @@ -2712,15 +2712,20 @@ List *pg_rangercheck_batch(List *arg_list) ListCell *arg;

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-11 Thread stanlyxiang
Github user stanlyxiang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95528917 --- Diff: src/backend/libpq/rangerrest.c --- @@ -68,51 +69,99 @@ static void getClientIP(char *remote_host) } }

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-11 Thread stanlyxiang
Github user stanlyxiang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95531777 --- Diff: src/backend/libpq/rangerrest.c --- @@ -381,29 +449,38 @@ int call_ranger_rest(CURL_HANDLE curl_handle, const char* request) }

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-11 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95529591 --- Diff: src/include/utils/rangerrest.h --- @@ -80,6 +80,13 @@ typedef struct RangerPrivilegeResults { RangerACLResult result; Oid

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-11 Thread linwen
Github user linwen commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95527964 --- Diff: src/backend/catalog/aclchk.c --- @@ -2712,15 +2712,20 @@ List *pg_rangercheck_batch(List *arg_list) ListCell *arg;

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-10 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95522001 --- Diff: src/backend/parser/parse_relation.c --- @@ -2714,12 +2714,12 @@ warnAutoRange(ParseState *pstate, RangeVar *relation, int location)

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-10 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95522139 --- Diff: src/backend/libpq/rangerrest.c --- @@ -68,51 +69,99 @@ static void getClientIP(char *remote_host) } }

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-10 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95522472 --- Diff: src/include/utils/rangerrest.h --- @@ -90,9 +97,6 @@ typedef struct RangerRequestJsonArgs { bool isAll; }

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-10 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95522261 --- Diff: src/backend/libpq/rangerrest.c --- @@ -68,51 +69,99 @@ static void getClientIP(char *remote_host) } }

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-10 Thread interma
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

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-10 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95521660 --- Diff: src/include/utils/rangerrest.h --- @@ -80,6 +80,13 @@ typedef struct RangerPrivilegeResults { RangerACLResult result;

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-10 Thread interma
Github user interma commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1081#discussion_r95521591 --- Diff: src/include/utils/rangerrest.h --- @@ -80,6 +80,13 @@ typedef struct RangerPrivilegeResults { RangerACLResult result;

[GitHub] incubator-hawq pull request #1081: HAWQ-1257. Prompt all tables which user d...

2017-01-10 Thread interma
GitHub user interma opened a pull request: https://github.com/apache/incubator-hawq/pull/1081 HAWQ-1257. Prompt all tables which user doesn't have right once You can merge this pull request into a Git repository by running: $ git pull https://github.com/interma/interma-hawq