You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by gi...@apache.org on 2021/08/08 19:59:19 UTC

[orc] branch dependabot/maven/java/org.apache-apache-24 updated (f30e423 -> 4b62294)

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

github-bot pushed a change to branch dependabot/maven/java/org.apache-apache-24
in repository https://gitbox.apache.org/repos/asf/orc.git.


 discard f30e423  Bump apache from 23 to 24 in /java
     add 60661a6  ORC-920: Use junit.version and mockito.version property and bump junit to 5.7.2 (#832)
     add ed1cda9  ORC-921: Add an encrypted example file (#833)
     add a3d92ed  ORC-922: Remove redundant conditional statements (#835)
     add 4b62294  Bump apache from 23 to 24 in /java

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f30e423)
            \
             N -- N -- N   refs/heads/dependabot/maven/java/org.apache-apache-24 (4b62294)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 examples/encrypted/kms.keystore                    | Bin 0 -> 1158 bytes
 examples/encrypted/sample1.orc                     | Bin 0 -> 1355 bytes
 examples/encrypted/sample2.orc                     | Bin 0 -> 1341 bytes
 .../org/apache/orc/impl/ColumnStatisticsImpl.java  |  53 ++++-----------------
 .../apache/orc/impl/RunLengthIntegerWriterV2.java  |   2 +-
 .../org/apache/orc/impl/writer/TreeWriterBase.java |   5 +-
 6 files changed, 11 insertions(+), 49 deletions(-)
 create mode 100644 examples/encrypted/kms.keystore
 create mode 100644 examples/encrypted/sample1.orc
 create mode 100644 examples/encrypted/sample2.orc