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

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


    omit 22c32fa6e Bump org.apache.maven.plugins:maven-dependency-plugin
     add ccac04f84 GH-3059: Add configuration to disable size statistics (#3060)
     add 1e04ec740 GH-3068: Remove `parquet-scala` (#3063)
     add 8a1e5ae1c Bump org.apache.maven.plugins:maven-dependency-plugin

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   (22c32fa6e)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.maven.plugins-maven-dependency-plugin-3.8.1
 (8a1e5ae1c)

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:
 .github/ISSUE_TEMPLATE/bug_report.yaml             |   1 -
 .github/ISSUE_TEMPLATE/feature_request.yaml        |   3 +-
 .github/ISSUE_TEMPLATE/usage_question.yaml         |   3 +-
 README.md                                          |   1 +
 .../apache/parquet/column/ParquetProperties.java   |  45 ++++++++-
 .../parquet/column/impl/ColumnValueCollector.java  |   9 +-
 .../parquet/column/statistics/SizeStatistics.java  |  36 ++++++-
 parquet-hadoop/README.md                           |  17 ++++
 .../apache/parquet/hadoop/ParquetOutputFormat.java |  17 ++++
 .../org/apache/parquet/hadoop/ParquetWriter.java   |  24 +++++
 .../apache/parquet/hadoop/TestParquetWriter.java   |  68 +++++++++++++
 parquet-scala/pom.xml                              |  98 ------------------
 .../scala/org/apache/parquet/filter2/dsl/Dsl.scala | 112 ---------------------
 .../org/apache/parquet/filter2/dsl/DslTest.scala   |  87 ----------------
 pom.xml                                            |   1 -
 15 files changed, 215 insertions(+), 307 deletions(-)
 delete mode 100644 parquet-scala/pom.xml
 delete mode 100644 
parquet-scala/src/main/scala/org/apache/parquet/filter2/dsl/Dsl.scala
 delete mode 100644 
parquet-scala/src/test/scala/org/apache/parquet/filter2/dsl/DslTest.scala

Reply via email to