This is an automated email from the ASF dual-hosted git repository. morningman pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
from f7e3ca29b5 [Opt](Vectorized) Support push down no grouping agg (#12803) add 5bfdfac387 [feature-wip](parquet-reader) add parquet reader profile (#12797) No new revisions were added by this update. Summary of changes: be/src/io/file_factory.cpp | 32 +++++++++ be/src/io/file_factory.h | 8 +++ be/src/vec/exec/file_hdfs_scanner.cpp | 6 +- be/src/vec/exec/file_scanner.cpp | 9 ++- be/src/vec/exec/format/parquet/vparquet_reader.cpp | 79 +++++++++++++++++----- be/src/vec/exec/format/parquet/vparquet_reader.h | 49 ++++++++++---- be/src/vec/exec/scan/vfile_scanner.cpp | 32 ++++----- be/src/vec/exec/scan/vfile_scanner.h | 4 -- be/test/vec/exec/parquet/parquet_reader_test.cpp | 9 ++- 9 files changed, 165 insertions(+), 63 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org