This is an automated email from the ASF dual-hosted git repository.
suxiaogang223 pushed a change to branch refact_reader_branch
in repository https://gitbox.apache.org/repos/asf/doris.git
discard d4159b133fa [fix](be) Fix parquet column reader namespace brace
discard fb6132bd0b9 [comment](be) Add documentation comments to remaining
Parquet reader files
discard f664c26bfbd [comment](be) Add documentation comments to Parquet reader
.cpp implementations
discard 63bac9c1a6e [refactor](be) Simplify parquet row group pruning
discard 50c72cc367b [comment](be) Add documentation comments to Parquet reader
classes and functions
add e3379eaf961 [refactor](be) Refine parquet reader pruning and
documentation
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 (d4159b133fa)
\
N -- N -- N refs/heads/refact_reader_branch (e3379eaf961)
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:
be/src/format_v2/parquet/parquet_file_context.h | 8 +-
be/src/format_v2/parquet/parquet_scan.cpp | 17 ++++
be/src/format_v2/parquet/parquet_scan.h | 98 +++++++++++++++++-----
be/src/format_v2/parquet/parquet_statistics.cpp | 30 ++++++-
be/src/format_v2/parquet/parquet_statistics.h | 91 +++++++++++++-------
be/test/exec/scan/file_scanner_v2_test.cpp | 2 +-
be/test/exec/scan/vfile_scanner_exception_test.cpp | 6 +-
7 files changed, 190 insertions(+), 62 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]