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

    https://github.com/apache/drill/pull/1111#discussion_r169348315
  
    --- Diff: 
contrib/storage-hive/core/src/main/java/org/apache/drill/exec/store/hive/readers/HiveAbstractReader.java
 ---
    @@ -86,7 +86,7 @@
       protected List<Object> selectedPartitionValues = Lists.newArrayList();
     
       // SerDe of the reading partition (or table if the table is 
non-partitioned)
    -  protected SerDe partitionSerDe;
    +  protected Deserializer partitionSerDe;
    --- End diff --
    
    rename to 'partitionDeserializer'


---

Reply via email to