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

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


 discard 119545bf4 Bump io.airlift:aircompressor from 0.27 to 2.0.2 in /java
     add 650a7a63c ORC-1759: Upgrade `commons-cli` to 1.9.0
     add bfed4abc7 ORC-1760: Upgrade `junit` to 5.11.0
     add e5d23c8af ORC-1761: Upgrade `guava` to `33.3.0-jre`
     add 269333087 ORC-1762: Bump `slf4j` to 2.0.16
     add abab96dd6 ORC-1683: Fix `instanceof` of BinaryStatisticsImpl merge 
method
     add 9097c11e4 ORC-1763: Upgrade `checkstyle` to 10.18.0
     add 1ac47cee2 ORC-1764: Upgrade `maven-checkstyle-plugin` to 3.5.0
     add 66768125b ORC-1765: Upgrade `maven-dependency-plugin` to 3.8.0
     add 3e07b3f8f ORC-1766: Upgrade `brotli4j` to 1.17.0
     add 97a37972e ORC-1767: [C++] Improve writing performance of encoded 
string column and support EncodedStringVectorBatch for StringColumnWriter
     add 152cae10f ORC-1768: Upgrade `commons-lang3` to 3.17.0
     add e22166eb9 ORC-1769: Upgrade `zstd-jni` to 1.5.6-5
     add 9dc72fafa ORC-1770: Upgrade `parquet` to 1.14.2 in `bench` module
     add fcb23a863 ORC-1771: Upgrade `checkstyle` to 10.18.1
     add be4bb7408 ORC-1772: Bump `spotbugs-maven-plugin` to 4.8.6.3
     add 360c0613e ORC-1773: Bump `reproducible-build-maven-plugin` to 0.17
     add 23ff3dd4c Add ORC 1.7.11 News
     add 15eea86e1 ORC-1774: Upgrade `snappy-java` to 1.1.10.7 in `bench` module
     add f8e7e2c56 Bump io.airlift:aircompressor from 0.27 to 2.0.2 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   (119545bf4)
            \
             N -- N -- N   
refs/heads/dependabot/maven/java/io.airlift-aircompressor-2.0.2 (f8e7e2c56)

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:
 c++/include/orc/Vector.hh                          | 26 ++++++++++
 c++/src/ColumnWriter.cc                            | 60 +++++++++++++---------
 c++/src/Vector.cc                                  | 45 ++++++++++++++++
 c++/test/TestDictionaryEncoding.cc                 | 53 +++++++++++++++++++
 java/bench/pom.xml                                 |  8 +--
 .../org/apache/orc/impl/ColumnStatisticsImpl.java  | 23 ++++++++-
 .../test/org/apache/orc/TestColumnStatistics.java  | 43 ++++++++++++++++
 java/pom.xml                                       | 24 ++++-----
 site/_data/releases.yml                            | 10 +++-
 site/_posts/2024-09-13-ORC-1.7.11.md               | 25 +++++++++
 10 files changed, 274 insertions(+), 43 deletions(-)
 create mode 100644 site/_posts/2024-09-13-ORC-1.7.11.md

Reply via email to