This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch
dependabot/maven/org.apache.rat-apache-rat-plugin-0.18
in repository https://gitbox.apache.org/repos/asf/parquet-format.git
discard ac72382 Bump org.apache.rat:apache-rat-plugin from 0.16.1 to 0.18
add 96656a5 GH-561: variant schema examples to use (VARIANT(1)) (#562)
add 96edf77 Update wording in Geospatial spec for CRS (#560)
add f4288e6 Set up default protection ruleset for default and release
branches (#566)
add 2086030 Bump org.apache:apache from 35 to 37 (#549)
add 607cd12 Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.0
to 3.6.2 (#556)
add 5dbc30b Bump org.apache:apache from 37 to 38 (#567)
add 662cdac PARQUET-2249: Introduce IEEE 754 total order & NaN-counts
(#514)
add a7d9dd9 GH-506: Clarify field ordering for partially shredded object
union (#565)
add bc876b0 Fix grammar, consistency, and formatting in Geospatial.md
(#575)
add c42c2cb Fix errors and grammar in BloomFilter.md and PageIndex.md
(#577)
add c4b3ef2 Fix typos, grammar, and comment inconsistencies in
parquet.thrift (#573)
add 3e16a14 GH-569: Bump Thrift to 0.23.0 (#570)
add 91bea04 Fix errors, grammar, and consistency in core format
documentation (#576)
add 6be6b91 Fix typos, grammar, and consistency in Encryption,
Contributing, and BinaryProtocolExtensions docs (#578)
add c47e2a6 [maven-release-plugin] prepare release
apache-parquet-format-2.13.0-rc0
add 74001e4 [maven-release-plugin] prepare for next development iteration
add 8d85ad3 Prepare for next development iteration
add 325b9f4 Fix errors and inconsistencies in Variant format
documentation (#574)
add 8a5e04b MINOR: Add paths-ignore to the CI trigger condition in
test.yml (#587)
add 4bda100 GH-583: Introduce chronological ordering for INT96 timestamps
(#584)
add 21ecc2b Restrict trigger push branch for GitHub Workflow (#594)
add c6a6967 Introduces a new LogicalType: FILE (#585)
add 2076361 GH-533: Add ALP (Adaptive Lossless floating-Point) encoding
specification (#557)
add 2aa2eb0 Bump org.apache:apache from 38 to 39 (#595)
add 3ef43e0 [GH-533] Mark ALP as in Preview (#604)
add 24102ed GH-602: Move ALP encoding specification to `AlpEncoding.md`
(#608)
add e94a5d0 Remove FILE self-references (#603)
add a645b5a MINOR: Bump org.apache.thrift:libthrift from 0.23.0 to 0.24.0
(#597)
add 9cc7154 MINOR: Add Zizmor for workflow checks (#615)
add 78b7aac GH-607: Specify handling for unrecognized logical types (#606)
add b9d9961 MINOR: Produce nightly snapshot (#614)
add 2d7b634 Bump actions/setup-java from 5.7.0 to 6.0.0 (#616)
add 04d56f2 [maven-release-plugin] prepare release
apache-parquet-format-2.14.0-rc1
add 665e81c [maven-release-plugin] prepare for next development iteration
add 5da0571 Bump org.apache.rat:apache-rat-plugin from 0.16.1 to 0.18
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 (ac72382)
\
N -- N -- N
refs/heads/dependabot/maven/org.apache.rat-apache-rat-plugin-0.18 (5da0571)
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:
.asf.yaml | 21 +-
.github/dependabot.yml | 4 +
.github/workflows/publish_snapshot.yml | 53 ++++
.github/workflows/test.yml | 34 ++-
Makefile => .github/workflows/zizmor.yml | 36 ++-
AlpEncoding.md | 460 +++++++++++++++++++++++++++++++
BinaryProtocolExtensions.md | 28 +-
BloomFilter.md | 26 +-
CONTRIBUTING.md | 33 +--
Compression.md | 8 +-
Encodings.md | 55 +++-
Encryption.md | 50 ++--
Geospatial.md | 46 ++--
LogicalTypes.md | 248 +++++++++++++++--
PageIndex.md | 8 +-
README.md | 34 +--
VariantEncoding.md | 53 ++--
VariantShredding.md | 27 +-
.gitignore => dev/install-thrift.sh | 27 +-
pom.xml | 8 +-
src/main/thrift/parquet.thrift | 194 ++++++++++---
21 files changed, 1197 insertions(+), 256 deletions(-)
create mode 100644 .github/workflows/publish_snapshot.yml
copy Makefile => .github/workflows/zizmor.yml (54%)
create mode 100644 AlpEncoding.md
copy .gitignore => dev/install-thrift.sh (56%)
mode change 100644 => 100755