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 b81b470d4f [fix](planner) fix pr "using crchash replace murmurhash in 
the runtime filter" (#18759)
     add 29f502380c [opt](FileReader) merge small IO to optimize read 
performace (#18796)

No new revisions were added by this update.

Summary of changes:
 .../io/cache/block/cached_remote_file_reader.cpp   |   3 +-
 be/src/io/cache/block/cached_remote_file_reader.h  |   2 +
 be/src/io/fs/buffered_reader.cpp                   | 476 ++++++++++++++++++++-
 be/src/io/fs/buffered_reader.h                     | 375 +++++++++++++++-
 be/src/vec/exec/format/csv/csv_reader.cpp          |  18 +-
 be/src/vec/exec/format/json/new_json_reader.cpp    |  20 +-
 be/src/vec/exec/format/orc/vorc_reader.cpp         |   7 +-
 .../vec/exec/format/parquet/parquet_thrift_util.h  |  42 +-
 be/src/vec/exec/format/parquet/vparquet_reader.cpp |  54 ++-
 be/src/vec/exec/format/parquet/vparquet_reader.h   |   3 +-
 be/test/io/fs/buffered_reader_test.cpp             | 124 +++++-
 11 files changed, 1022 insertions(+), 102 deletions(-)


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

Reply via email to