This is an automated email from the ASF dual-hosted git repository.
SteNicholas pushed a change to branch release-0.3
in repository https://gitbox.apache.org/repos/asf/paimon-cpp.git
discard fcad678 fix(parquet): avoid seeking into the middle of a row group
when prefetch and page index filtering are both enabled (#185)
discard c8ad743 feat: update commit message to version 12 (#179)
discard 32f095f fix(parquet): allow reading nested list/map columns whose
leaf types differ only in representation (#172)
discard c0b8780 fix(parquet): reuse RowGroupPageIndexReader in
FileReaderWrapper layer (#166)
discard 17056a4 fix: support nullable map key schemas and reject null key
data (#176)
new 9d19960 fix: support nullable map key schemas and reject null key
data (#176)
new 8a97335 fix(parquet): reuse RowGroupPageIndexReader in
FileReaderWrapper layer (#166)
new 573f829 fix(parquet): allow reading nested list/map columns whose
leaf types differ only in representation (#172)
new 794d394 feat: update commit message to version 12 (#179)
new efbfc84 fix(parquet): avoid seeking into the middle of a row group
when prefetch and page index filtering are both enabled (#185)
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 (fcad678)
\
N -- N -- N refs/heads/release-0.3 (efbfc84)
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 5 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: