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

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


    omit d246e2763 Bump org.apache.maven.plugins:maven-shade-plugin in /java
     add 21e8793ad ORC-1510: Fixes package for TestOrcUtils package and adds 
more test cases
     add 873e48f74 ORC-1511: Bump Avro to 1.11.3 in benchmark
     add d77009271 ORC-1477: Removed unused imports
     add 709fcd7e4 ORC-1513: Upgrade `snappy` to 1.1.10.4
     add d19a96857 Bump org.apache.maven.plugins:maven-shade-plugin 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   (d246e2763)
            \
             N -- N -- N   
refs/heads/dependabot/maven/java/org.apache.maven.plugins-maven-shade-plugin-3.5.1
 (d19a96857)

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:
 java/bench/pom.xml                                 |   4 +-
 java/checkstyle-suppressions.xml                   |   1 -
 .../src/test/org/apache/orc/TestMinSeekSize.java   |   1 -
 .../test/org/apache/orc/TestOrcFilterContext.java  |   1 -
 .../core/src/test/org/apache/orc/TestOrcUtils.java | 179 +++++++++++++++++++++
 .../orc/impl/filter/TestPluginFilterService.java   |   1 -
 .../apache/orc/impl/filter/TestPluginFilters.java  |   7 -
 .../src/test/org/apache/orc/util/TestOrcUtils.java |  94 -----------
 .../org/apache/orc/mapred/TestOrcOutputFormat.java |   2 -
 .../mapreduce/TestMapreduceOrcOutputFormat.java    |   2 -
 .../test/org/apache/orc/mapreduce/TestMrUnit.java  |   1 -
 .../org/apache/orc/tools/TestJsonFileDump.java     |   7 -
 12 files changed, 181 insertions(+), 119 deletions(-)
 create mode 100644 java/core/src/test/org/apache/orc/TestOrcUtils.java
 delete mode 100644 java/core/src/test/org/apache/orc/util/TestOrcUtils.java

Reply via email to