You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2020/08/31 22:45:05 UTC

[orc] branch master updated (1b57db2 -> ca33ce6)

This is an automated email from the ASF dual-hosted git repository.

omalley pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/orc.git.


    from 1b57db2  ORC-661: Use ChronoLocalDate and day of epoch instead of java's Date for column statistics.
     add ca33ce6  ORC-611: Support TS Min/max statistics with ns precision

No new revisions were added by this update.

Summary of changes:
 .../org/apache/orc/TimestampColumnStatistics.java  |   2 +-
 .../org/apache/orc/impl/ColumnStatisticsImpl.java  | 141 ++++++++++----
 .../orc/impl/writer/TimestampTreeWriter.java       |   4 +-
 .../test/org/apache/orc/TestColumnStatistics.java  | 134 +++++++++++++
 .../test/org/apache/orc/TestOrcTimestampPPD.java   | 208 +++++++++++++++++++++
 .../src/test/org/apache/orc/TestVectorOrcFile.java |   7 +-
 .../apache/orc/impl/TestColumnStatisticsImpl.java  |  55 +++++-
 proto/orc_proto.proto                              |   3 +
 8 files changed, 502 insertions(+), 52 deletions(-)
 create mode 100644 java/core/src/test/org/apache/orc/TestOrcTimestampPPD.java