[GitHub] incubator-hawq pull request #1047: HAWQ-1003. Implement batched ACL check th...

2016-12-15 Thread zhangh43
Github user zhangh43 closed the pull request at: https://github.com/apache/incubator-hawq/pull/1047 --- 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 feat

[GitHub] incubator-hawq pull request #1047: HAWQ-1003. Implement batched ACL check th...

2016-12-13 Thread zhangh43
Github user zhangh43 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1047#discussion_r92317681 --- Diff: src/backend/utils/misc/guc.c --- @@ -8154,6 +8174,15 @@ static struct config_string ConfigureNamesString[] = }, {

[GitHub] incubator-hawq pull request #1047: HAWQ-1003. Implement batched ACL check th...

2016-12-13 Thread zhangh43
Github user zhangh43 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1047#discussion_r92317685 --- Diff: src/backend/utils/misc/guc.c --- @@ -6250,6 +6261,15 @@ static struct config_int ConfigureNamesInt[] = }, { +

[GitHub] incubator-hawq pull request #1047: HAWQ-1003. Implement batched ACL check th...

2016-12-13 Thread zhangh43
Github user zhangh43 commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1047#discussion_r92317398 --- Diff: src/backend/parser/parse_relation.c --- @@ -2713,15 +2712,90 @@ warnAutoRange(ParseState *pstate, RangeVar *relation, int location) v

[GitHub] incubator-hawq pull request #1047: HAWQ-1003. Implement batched ACL check th...

2016-12-12 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1047#discussion_r91898169 --- Diff: src/backend/utils/misc/guc.c --- @@ -8154,6 +8174,15 @@ static struct config_string ConfigureNamesString[] = }, {

[GitHub] incubator-hawq pull request #1047: HAWQ-1003. Implement batched ACL check th...

2016-12-12 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1047#discussion_r91897627 --- Diff: src/backend/parser/parse_relation.c --- @@ -2713,15 +2712,90 @@ warnAutoRange(ParseState *pstate, RangeVar *relation, int location)

[GitHub] incubator-hawq pull request #1047: HAWQ-1003. Implement batched ACL check th...

2016-12-12 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1047#discussion_r91898078 --- Diff: src/include/utils/rangerrest.h --- @@ -0,0 +1,39 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] incubator-hawq pull request #1047: HAWQ-1003. Implement batched ACL check th...

2016-12-12 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1047#discussion_r91898147 --- Diff: src/backend/utils/misc/guc.c --- @@ -6250,6 +6261,15 @@ static struct config_int ConfigureNamesInt[] = }, { +