This is an automated email from the ASF dual-hosted git repository.
Fokko pushed a change to branch fd-emit-snapshot
in repository https://gitbox.apache.org/repos/asf/parquet-format.git
discard a37cca9 Produce nightly snapshot
omit 0f2e673 GH-569: Bump Thrift to 0.23.0
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)
new 4cfd338 Produce nightly snapshot
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 (a37cca9)
\
N -- N -- N refs/heads/fd-emit-snapshot (4cfd338)
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.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/test.yml | 14 +-
AlpEncoding.md | 460 +++++++++++++++++++++++++++++++++++++++++
BinaryProtocolExtensions.md | 28 ++-
BloomFilter.md | 26 ++-
CONTRIBUTING.md | 28 +--
Compression.md | 8 +-
Encodings.md | 55 +++--
Encryption.md | 50 ++---
Geospatial.md | 30 +--
LogicalTypes.md | 231 ++++++++++++++++++---
PageIndex.md | 8 +-
README.md | 32 +--
VariantEncoding.md | 49 +++--
VariantShredding.md | 16 +-
pom.xml | 4 +-
src/main/thrift/parquet.thrift | 99 ++++++---
16 files changed, 945 insertions(+), 193 deletions(-)
create mode 100644 AlpEncoding.md