This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/net.openhft-zero-allocation-hashing-0.27ea0
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
omit 7fb20fb1e Bump net.openhft:zero-allocation-hashing from 0.26ea0 to
0.27ea0
add 0ddffb272 GH-3089: Add missing license header to pom.xml (#3090)
add f4a3e8b65 GH-3078: Use Hadoop FileSystem.openFile() to open files
(#3079)
add 4aeba6cb7 MINOR: bump version to 1.16.0-SNAPSHOT (#3097)
add f362765b2 Bump org.codehaus.mojo:exec-maven-plugin from 3.3.0 to 3.5.0
(#3092)
add 1c9ead4f9 Bump commons-logging:commons-logging from 1.3.3 to 1.3.4
(#3094)
add 1fbbe9331 Bump net.openhft:zero-allocation-hashing from 0.26ea0 to
0.27ea0
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 (7fb20fb1e)
\
N -- N -- N
refs/heads/dependabot/maven/net.openhft-zero-allocation-hashing-0.27ea0
(1fbbe9331)
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:
README.md | 10 +-
parquet-arrow/pom.xml | 2 +-
parquet-avro/pom.xml | 2 +-
parquet-benchmarks/pom.xml | 2 +-
parquet-cli/pom.xml | 4 +-
parquet-column/pom.xml | 2 +-
parquet-common/pom.xml | 2 +-
parquet-encoding/pom.xml | 2 +-
parquet-format-structures/pom.xml | 2 +-
parquet-generator/pom.xml | 2 +-
parquet-hadoop-bundle/pom.xml | 2 +-
parquet-hadoop/pom.xml | 2 +-
.../parquet/hadoop/util/HadoopInputFile.java | 61 ++++-
.../parquet/hadoop/util/wrapped/io/FutureIO.java | 23 ++
.../org/apache/hadoop/fs/FileSystemTestBinder.java | 77 ++++++
.../parquet/hadoop/util/TestHadoopOpenFile.java | 283 +++++++++++++++++++++
parquet-jackson/pom.xml | 2 +-
parquet-pig-bundle/pom.xml | 2 +-
parquet-pig/pom.xml | 2 +-
parquet-plugins/parquet-encoding-vector/pom.xml | 2 +-
parquet-plugins/parquet-plugins-benchmarks/pom.xml | 2 +-
parquet-protobuf/pom.xml | 2 +-
parquet-thrift/pom.xml | 2 +-
pom.xml | 24 +-
24 files changed, 488 insertions(+), 28 deletions(-)
create mode 100644
parquet-hadoop/src/test/java/org/apache/hadoop/fs/FileSystemTestBinder.java
create mode 100644
parquet-hadoop/src/test/java/org/apache/parquet/hadoop/util/TestHadoopOpenFile.java