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)
     void
     ExecCheckRTPerms(List *rangeTable)
     {
    -  if (enable_ranger && 
!fallBackToNativeChecks(ACL_KIND_CLASS,rangeTable,GetUserId()))
    -  {
    -    if(rangeTable!=NULL)
    -      ExecCheckRTPermsWithRanger(rangeTable);
    -    return;
    -  }
    +   if (enable_ranger && 
!fallBackToNativeChecks(ACL_KIND_CLASS,rangeTable,GetUserId()))
    +   {
    +           if(rangeTable!=NULL)
    +                   ExecCheckRTPermsWithRanger(rangeTable);
    +           return;
    +   }
    --- End diff --
    
    Only the two function used 2space ident, and other used Tab.
    So I unify them to Tab.


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