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)
         }
         else
         {
    -        elog(LOG, "%lu bytes retrieved from Ranger Restful API.",
    +        elog(LOG, "%d bytes retrieved from Ranger Restful API.",
    --- End diff --
    
    Why not use  size_t for size in struct?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to