This is an automated email from the ASF dual-hosted git repository.

Gabriel39 pushed a change to branch refact_reader_branch
in repository https://gitbox.apache.org/repos/asf/doris.git


    from c2e474b82af [improvement](be) Add bloom filter pruning for new parquet 
reader (#64025)
     add 22e5fbb0967 [feature](be) Add query-only FileScannerV2 (#64044)

No new revisions were added by this update.

Summary of changes:
 be/src/exec/operator/file_scan_operator.cpp        |  28 +-
 be/src/exec/operator/file_scan_operator.h          |   2 +
 be/src/exec/scan/file_scanner_v2.cpp               | 547 +++++++++++++++++++++
 be/src/exec/scan/file_scanner_v2.h                 | 112 +++++
 be/src/exec/scan/split_source_connector.h          |  29 ++
 be/src/format/reader/table_reader.cpp              |   4 +-
 be/src/format/reader/table_reader.h                |   4 +-
 be/test/exec/scan/vfile_scanner_exception_test.cpp |  42 ++
 be/test/format/reader/table_reader_test.cpp        | 117 ++---
 .../java/org/apache/doris/qe/SessionVariable.java  |   7 +
 gensrc/thrift/PaloInternalService.thrift           |   1 +
 11 files changed, 829 insertions(+), 64 deletions(-)
 create mode 100644 be/src/exec/scan/file_scanner_v2.cpp
 create mode 100644 be/src/exec/scan/file_scanner_v2.h


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to