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

    https://github.com/apache/drill/pull/1166#discussion_r178255942
  
    --- Diff: 
exec/java-exec/src/test/java/org/apache/drill/exec/physical/impl/writer/TestParquetWriter.java
 ---
    @@ -780,17 +780,31 @@ public void 
testImpalaParquetBinaryAsVarBinary_DictChange() throws Exception {
       Test the reading of a binary field as drill timestamp where data is in 
dictionary _and_ non-dictionary encoded pages
        */
       @Test
    -  @Ignore("relies on particular time zone, works for UTC")
       public void testImpalaParquetBinaryAsTimeStamp_DictChange() throws 
Exception {
         try {
           testBuilder()
    -          .sqlQuery("select int96_ts from dfs.`parquet/int96_dict_change` 
order by int96_ts")
    +          .sqlQuery("select min(int96_ts) date_value from 
dfs.`parquet/int96_dict_change`")
    --- End diff --
    
    Did you try WHERE statement?


---

Reply via email to