[GitHub] incubator-hawq pull request #1055: HAWQ-1001. Bugfix and refactor ranger log...

2016-12-19 Thread xunzhang
Github user xunzhang closed the pull request at: https://github.com/apache/incubator-hawq/pull/1055 --- 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 #1055: HAWQ-1001. Bugfix and refactor ranger log...

2016-12-18 Thread xunzhang
Github user xunzhang commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1055#discussion_r92972825 --- Diff: src/backend/libpq/rangerrest.c --- @@ -468,7 +440,7 @@ void call_ranger_rest(CURL_HANDLE curl_handle, char* request) }

[GitHub] incubator-hawq pull request #1055: HAWQ-1001. Bugfix and refactor ranger log...

2016-12-18 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1055#discussion_r92972130 --- Diff: src/backend/libpq/rangerrest.c --- @@ -391,7 +363,7 @@ static size_t write_callback(char *contents, size_t size, size_t nitems,

[GitHub] incubator-hawq pull request #1055: HAWQ-1001. Bugfix and refactor ranger log...

2016-12-18 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1055#discussion_r92972165 --- Diff: src/backend/libpq/rangerrest.c --- @@ -468,7 +440,7 @@ void call_ranger_rest(CURL_HANDLE curl_handle, char* request) }

[GitHub] incubator-hawq pull request #1055: HAWQ-1001. Bugfix and refactor ranger log...

2016-12-18 Thread paul-guo-
Github user paul-guo- commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1055#discussion_r92971978 --- Diff: src/backend/libpq/rangerrest.c --- @@ -273,10 +245,10 @@ json_object *create_ranger_request_json_batch(List *args) * } */

[GitHub] incubator-hawq pull request #1055: HAWQ-1001. Bugfix and refactor ranger log...

2016-12-18 Thread ictmalili
Github user ictmalili commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1055#discussion_r92971308 --- Diff: src/backend/libpq/rangerrest.c --- @@ -273,10 +245,10 @@ json_object *create_ranger_request_json_batch(List *args) * } */

[GitHub] incubator-hawq pull request #1055: HAWQ-1001. Bugfix and refactor ranger log...

2016-12-18 Thread xunzhang
GitHub user xunzhang opened a pull request: https://github.com/apache/incubator-hawq/pull/1055 HAWQ-1001. Bugfix and refactor ranger logic. You can merge this pull request into a Git repository by running: $ git pull https://github.com/xunzhang/incubator-hawq HAWQ-1001-BUGFIX