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

    https://github.com/apache/orc/pull/249#discussion_r184811998
  
    --- Diff: java/core/src/java/org/apache/orc/impl/TreeReaderFactory.java ---
    @@ -975,6 +992,8 @@ public void nextVector(ColumnVector previousVector,
           TimestampColumnVector result = (TimestampColumnVector) 
previousVector;
           super.nextVector(previousVector, isNull, batchSize);
     
    +      // TODO: If context.isUseUTCTimestamp(), set 
TimestampColumnVector.useUTC to true
    --- End diff --
    
    There is a vote going on for a storage-api release, then next week I can 
rebase the patch to consume it and hopefully we can check it in. Thanks @wgtmac 
!


---

Reply via email to