This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/com.google.api.grpc-proto-google-common-protos-2.41.0
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
discard f8ffa3416 Bump com.google.api.grpc:proto-google-common-protos
add e6d772826 GH-2930: Add issue templates (#2931)
add 087667971 GH-2939: Update PULL_REQUEST_TEMPLATE (#2940)
add 515ed4c14 MINOR: Make ColumnPath immutable (#1380)
add b92c0a899 Bump com.google.truth.extensions:truth-proto-extension
(#2936)
add 2f929e7b7 Bump com.google.api.grpc:proto-google-common-protos
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 (f8ffa3416)
\
N -- N -- N
refs/heads/dependabot/maven/com.google.api.grpc-proto-google-common-protos-2.41.0
(2f929e7b7)
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:
.../ISSUE_TEMPLATE/bug_report.yaml | 56 +++++++++--------
.../bundle => .github/ISSUE_TEMPLATE/config.yaml | 4 +-
.../ISSUE_TEMPLATE/feature_request.yaml | 59 ++++++++++--------
.github/ISSUE_TEMPLATE/usage_question.yaml | 70 ++++++++++++++++++++++
.github/PULL_REQUEST_TEMPLATE.md | 45 +++++++-------
.../apache/parquet/hadoop/metadata/ColumnPath.java | 10 +++-
.../crypto/InternalColumnEncryptionSetup.java | 3 +-
.../format/converter/ParquetMetadataConverter.java | 2 +-
parquet-protobuf/pom.xml | 2 +-
9 files changed, 168 insertions(+), 83 deletions(-)
copy .asf.yaml => .github/ISSUE_TEMPLATE/bug_report.yaml (54%)
copy parquet-pig-bundle/src/main/resources/org/apache/parquet/bundle =>
.github/ISSUE_TEMPLATE/config.yaml (96%)
copy .asf.yaml => .github/ISSUE_TEMPLATE/feature_request.yaml (51%)
create mode 100644 .github/ISSUE_TEMPLATE/usage_question.yaml