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

    https://github.com/apache/orc/pull/249#discussion_r184807989
  
    --- 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 --
    
    I think it is better to set storage-api to 3.0.0 and fix this TODO in this 
patch as well.


---

Reply via email to