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 2019/06/22 04:01:14 UTC

[orc] branch branch-1.5 updated (3eb1506 -> 8a8e471)

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

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


    from 3eb1506  Preparing for 1.5.6 release.
     add 87821ec  ORC-518: Ignore findbugs false positives from jdk11.
     add 8a8e471  ORC-517: Fix incorrect minimum and maximum statistics for decimal64 columns.

No new revisions were added by this update.

Summary of changes:
 java/core/src/findbugs/exclude.xml                 |  7 +++++++
 java/core/src/java/org/apache/orc/OrcFile.java     |  3 ++-
 .../org/apache/orc/impl/ColumnStatisticsImpl.java  | 24 ++++++++++++----------
 .../java/org/apache/orc/impl/RecordReaderImpl.java | 22 ++++++++++++++------
 .../test/org/apache/orc/TestColumnStatistics.java  | 24 ++++++++++++++++++++++
 .../org/apache/orc/impl/TestRecordReaderImpl.java  | 11 +++++-----
 java/tools/src/findbugs/exclude.xml                |  7 +++++++
 .../test/resources/orc-file-dump-bloomfilter.out   |  2 +-
 .../test/resources/orc-file-dump-bloomfilter2.out  |  2 +-
 .../orc-file-dump-dictionary-threshold.out         |  2 +-
 java/tools/src/test/resources/orc-file-dump.json   |  2 +-
 java/tools/src/test/resources/orc-file-dump.out    |  2 +-
 .../tools/src/test/resources/orc-file-has-null.out |  2 +-
 proto/orc_proto.proto                              |  1 +
 14 files changed, 81 insertions(+), 30 deletions(-)