Github user amansinha100 commented on a diff in the pull request:

    https://github.com/apache/drill/pull/151#discussion_r39176878
  
    --- Diff: 
contrib/storage-hive/core/src/main/java/org/apache/drill/exec/planner/sql/HivePartitionDescriptor.java
 ---
    @@ -62,7 +62,7 @@ public 
HivePartitionDescriptor(@SuppressWarnings("unused") final PlannerSettings
           partitionMap.put(wrapper.name, i);
           i++;
         }
    -    MAX_NESTED_SUBDIRS = i;
    +    numPartitions = i;
    --- End diff --
    
    Is this representing the number of partitions or the number of partition 
levels in the hierarchy ?  If the latter (which I think is correct) could you 
change the name to numPartitionLevels ..


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